File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ default_language_version:
6
6
python : python3
7
7
repos :
8
8
- repo : https://github.com/psf/black
9
- rev : 24.2.0
9
+ rev : 24.4.2
10
10
hooks :
11
11
- id : black
12
12
additional_dependencies : ["click<8.1.0"]
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.5 .0
14
+ rev : v4.6 .0
15
15
hooks :
16
16
- id : trailing-whitespace
17
17
- id : end-of-file-fixer
@@ -27,12 +27,12 @@ repos:
27
27
- id : mixed-line-ending
28
28
args : ["--fix=lf"]
29
29
- repo : https://github.com/pycqa/flake8
30
- rev : 7.0 .0
30
+ rev : 7.1 .0
31
31
hooks :
32
32
- id : flake8
33
33
additional_dependencies : ["flake8-bugbear==21.4.3"]
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.15.1
35
+ rev : v3.17.0
36
36
hooks :
37
37
- id : pyupgrade
38
38
- repo : https://github.com/PyCQA/isort
You can’t perform that action at this time.
0 commit comments