File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1- # See https://pre-commit.com for more information
2- # See https://pre-commit.com/hooks.html for more hooks
3-
41exclude : ' static/'
52repos :
63 # Fix end of files
74 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v5 .0.0
5+ rev : v6 .0.0
96 hooks :
107 - id : trailing-whitespace
118 - id : end-of-file-fixer
1512
1613 # Remove unused imports/variables
1714 - repo : https://github.com/myint/autoflake
18- rev : v2.3.1
15+ rev : v2.3.3
1916 hooks :
2017 - id : autoflake
2118 args :
@@ -24,13 +21,21 @@ repos:
2421
2522 # Sort imports
2623 - repo : https://github.com/pycqa/isort
27- rev : " 6 .0.1"
24+ rev : " 8 .0.1"
2825 hooks :
2926 - id : isort
30- args : ["--profile", "black"]
27+ args :
28+ - --profile
29+ - black
3130
3231 # Black formatting
3332 - repo : https://github.com/psf/black
34- rev : 25.1.0
33+ rev : 26.3.1
3534 hooks :
3635 - id : black
36+
37+ ci :
38+ autoupdate_schedule : quarterly
39+ skip : []
40+ submodules : false
41+
You can’t perform that action at this time.
0 commit comments