We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce8229 commit f438bc6Copy full SHA for f438bc6
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.3.4'
+ rev: 'v0.3.5'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
18
- tomli
19
args: [--ignore-words-list, astroid ]
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v4.5.0
+ rev: v4.6.0
22
23
- id: check-added-large-files
24
- id: check-case-conflict
@@ -62,7 +62,7 @@ repos:
62
args:
63
- "--config=pyproject.toml"
64
- repo: https://github.com/econchick/interrogate
65
- rev: 1.5.0 # or master if you're bold
+ rev: 1.7.0 # or master if you're bold
66
67
- id: interrogate
68
exclude: test.*
0 commit comments