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 @@ -5,35 +5,35 @@ default_language_version:
55
66repos :
77- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.6 .0
8+ rev : v5.0 .0
99 hooks :
1010 - id : trailing-whitespace
1111 - id : end-of-file-fixer
1212 - id : check-yaml
1313 - id : check-added-large-files
1414
1515- repo : https://github.com/psf/black
16- rev : " 24.8 .0"
16+ rev : " 25.1 .0"
1717 hooks :
1818 - id : black
1919
2020- repo : https://github.com/PyCQA/isort
21- rev : " 5.13.2 "
21+ rev : " 6.0.1 "
2222 hooks :
2323 - id : isort
2424
2525- repo : https://github.com/PyCQA/flake8
26- rev : " 7.1.1 "
26+ rev : " 7.3.0 "
2727 hooks :
2828 - id : flake8
2929
3030- repo : https://github.com/asottile/pyupgrade
31- rev : " v3.17 .0"
31+ rev : " v3.20 .0"
3232 hooks :
3333 - id : pyupgrade
3434 args : ["--py37-plus"]
3535
3636- repo : https://github.com/floatingpurr/sync_with_poetry
37- rev : 1.1.0
37+ rev : 1.2.1
3838 hooks :
3939 - id : sync_with_poetry
You can’t perform that action at this time.
0 commit comments