File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
exclude : ^(.git/|.tox/|CHANGELOG.md|VERSION)
18
- default_stages : [commit]
18
+ default_stages : [pre- commit]
19
19
fail_fast : true
20
20
21
21
repos :
22
22
- repo : https://github.com/pre-commit/pre-commit-hooks
23
- rev : v4.6 .0
23
+ rev : v5.0 .0
24
24
hooks :
25
25
- id : trailing-whitespace
26
26
- id : end-of-file-fixer
@@ -30,18 +30,18 @@ repos:
30
30
- id : requirements-txt-fixer
31
31
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : 5.13.2
33
+ rev : 6.0.0
34
34
hooks :
35
35
- id : isort
36
36
args : ["--profile", "black"]
37
37
38
38
- repo : https://github.com/psf/black
39
- rev : 24.4.2
39
+ rev : 25.1.0
40
40
hooks :
41
41
- id : black
42
42
43
43
- repo : https://github.com/PyCQA/flake8
44
- rev : 7.0.0
44
+ rev : 7.1.2
45
45
hooks :
46
46
- id : flake8
47
47
args :
You can’t perform that action at this time.
0 commit comments