File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.3.2
14+ rev : v3.15.0
1515 hooks :
1616 - id : pyupgrade
1717 args :
1818 - --py38-plus
1919
2020 # Autoformat: Python code
2121 - repo : https://github.com/PyCQA/autoflake
22- rev : v2.1 .1
22+ rev : v2.2 .1
2323 hooks :
2424 - id : autoflake
2525 # args ref: https://github.com/PyCQA/autoflake#advanced-usage
3434
3535 # Autoformat: Python code
3636 - repo : https://github.com/psf/black
37- rev : " 23.9 .1"
37+ rev : " 23.10 .1"
3838 hooks :
3939 - id : black
4040
5252
5353 # Misc...
5454 - repo : https://github.com/pre-commit/pre-commit-hooks
55- rev : v4.4 .0
55+ rev : v4.5 .0
5656 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
5757 hooks :
5858 # Autoformat: Makes sure files end in a newline and only a newline.
You can’t perform that action at this time.
0 commit comments