File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111repos :
1212 # Autoformat: Python code, syntax patterns are modernized
1313 - repo : https://github.com/asottile/pyupgrade
14- rev : v3.17 .0
14+ rev : v3.20 .0
1515 hooks :
1616 - id : pyupgrade
1717 args :
@@ -31,13 +31,13 @@ repos:
3131
3232 # Autoformat: Python code
3333 - repo : https://github.com/pycqa/isort
34- rev : 5.13.2
34+ rev : 6.0.1
3535 hooks :
3636 - id : isort
3737
3838 # Autoformat: Python code
3939 - repo : https://github.com/psf/black
40- rev : 24.8 .0
40+ rev : 25.1 .0
4141 hooks :
4242 - id : black
4343
4949
5050 # Misc...
5151 - repo : https://github.com/pre-commit/pre-commit-hooks
52- rev : v4.6 .0
52+ rev : v5.0 .0
5353 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
5454 hooks :
5555 # Autoformat: Makes sure files end in a newline and only a newline.
6464
6565 # Lint: Python code
6666 - repo : https://github.com/pycqa/flake8
67- rev : " 7.1.1 "
67+ rev : " 7.3.0 "
6868 hooks :
6969 - id : flake8
7070
You can’t perform that action at this time.
0 commit comments