Commit 7d504c3 1 parent 13e5224 commit 7d504c3 Copy full SHA for 7d504c3
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4 .0
7
+ rev : v4.5 .0
8
8
hooks :
9
9
- id : check-added-large-files # prevents giant files from being committed.
10
10
- id : check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
@@ -20,14 +20,14 @@ repos:
20
20
21
21
# A tool to automatically upgrade syntax for newer versions of the python language.
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.4 .0
23
+ rev : v3.15 .0
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [ --py38-plus ]
27
27
28
28
# A formatter for finding and removing unused import statements.
29
29
- repo : https://github.com/hadialqattan/pycln
30
- rev : v2.1.3
30
+ rev : v2.4.0
31
31
hooks :
32
32
- id : pycln
33
33
args : [ --all ]
@@ -37,20 +37,20 @@ repos:
37
37
# is set to the same style that is enforced by zimports.
38
38
# E.g. add `import-order-style = google` to your .flake8 file.
39
39
- repo : https://github.com/sqlalchemyorg/zimports/
40
- rev : v0.6.0
40
+ rev : v0.6.1
41
41
hooks :
42
42
- id : zimports
43
43
args : [ --style=pycharm ]
44
44
45
45
# The uncompromising code formatter
46
46
- repo : https://github.com/psf/black
47
- rev : 23.3.0
47
+ rev : 24.1.1
48
48
hooks :
49
49
- id : black
50
50
51
51
# A tool to automatically fix common style issues in Python code. Has plugins.
52
52
- repo : https://github.com/pycqa/flake8
53
- rev : ' 5 .0.4 ' # fix to 5.0.4
53
+ rev : ' 7 .0.0 ' # fix to 5.0.4
54
54
hooks :
55
55
- id : flake8
56
56
exclude : (__pycache__|.venv|tmp|.tox)
You can’t perform that action at this time.
0 commit comments