We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9d18 commit 191b795Copy full SHA for 191b795
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
args: ['-t=3.10-', '--violations']
14
15
- repo: https://github.com./pre-commit/pre-commit-hooks
16
- rev: v3.3.0
+ rev: v4.6.0
17
hooks:
18
- id: no-commit-to-branch
19
name: "don't commit to main branch"
@@ -30,14 +30,14 @@ repos:
30
exclude: conda/meta.yaml
31
32
- repo: https://github.com./astral-sh/ruff-pre-commit
33
- rev: v0.4.2
+ rev: v0.5.2
34
35
- id: ruff
36
args: ['--fix']
37
- id: ruff-format
38
39
- repo: https://github.com./pre-commit/mirrors-mypy
40
- rev: v1.10.0
+ rev: v1.10.1
41
42
- id: mypy
43
additional_dependencies: [pandas-stubs, pytest]
0 commit comments