File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ repos:
13
13
args : ['-t=3.10-', '--violations']
14
14
15
15
- repo : https://github.com./pre-commit/pre-commit-hooks
16
- rev : v3.3 .0
16
+ rev : v5.0 .0
17
17
hooks :
18
18
- id : no-commit-to-branch
19
19
name : " don't commit to main branch"
20
20
args : ['--branch', 'main']
21
21
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,14 +30,14 @@ repos:
30
30
exclude : conda/meta.yaml
31
31
32
32
- repo : https://github.com./astral-sh/ruff-pre-commit
33
- rev : v0.4 .2
33
+ rev : v0.8 .2
34
34
hooks :
35
35
- id : ruff
36
36
args : ['--fix']
37
37
- id : ruff-format
38
38
39
39
- repo : https://github.com./pre-commit/mirrors-mypy
40
- rev : v1.10 .0
40
+ rev : v1.13 .0
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies : [pandas-stubs, pytest]
You can’t perform that action at this time.
0 commit comments