File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.3 .0
7
+ rev : v4.4 .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.2.2
23
+ rev : v3.3.1
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [ --py310-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.2
30
+ rev : v2.1.3
31
31
hooks :
32
32
- id : pycln
33
33
args : [ --all ]
@@ -44,15 +44,15 @@ repos:
44
44
45
45
# The uncompromising code formatter
46
46
- repo : https://github.com/psf/black
47
- rev : 22.10 .0
47
+ rev : 22.12 .0
48
48
hooks :
49
49
- id : black
50
50
51
51
52
52
53
53
# A tool to automatically fix common style issues in Python code. Has plugins.
54
54
- repo : https://github.com/pycqa/flake8
55
- rev : ' 5 .0.4 '
55
+ rev : ' 6 .0.0 '
56
56
hooks :
57
57
- id : flake8
58
58
exclude : (__pycache__|.venv|tmp|.tox)
You can’t perform that action at this time.
0 commit comments