File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
44repos :
55
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.4 .0
7+ rev : v4.6 .0
88 hooks :
99 - id : check-added-large-files
1010 args : ['--maxkb=512']
@@ -15,13 +15,13 @@ repos:
1515 - id : requirements-txt-fixer
1616
1717 - repo : https://github.com/codespell-project/codespell
18- rev : v2.2.5
18+ rev : v2.3.0
1919 hooks :
2020 - id : codespell
2121 exclude : main.spec
2222
2323 - repo : https://github.com/pycqa/isort
24- rev : 5.12.0
24+ rev : 5.13.2
2525 hooks :
2626 - id : isort
2727 args : [
3232 name : isort (python)
3333
3434 - repo : https://github.com/PyCQA/autoflake
35- rev : v2.2.0
35+ rev : v2.3.1
3636 hooks :
3737 - id : autoflake
3838 name : autoflake
@@ -48,14 +48,14 @@ repos:
4848 ]
4949
5050 - repo : https://github.com/asottile/add-trailing-comma
51- rev : v2.5.1
51+ rev : v3.1.0
5252 hooks :
5353 - id : add-trailing-comma
5454 args :
5555 - --py36-plus
5656
5757 - repo : https://github.com/psf/black
58- rev : 23.3 .0
58+ rev : 24.8 .0
5959 hooks :
6060 - id : black
6161 args : [
You can’t perform that action at this time.
0 commit comments