Skip to content

Commit 8a67e75

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.5...v0.4.2) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
1 parent 467c57b commit 8a67e75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.3.5'
4+
rev: 'v0.4.2'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- repo: https://github.com/psf/black
10-
rev: 24.3.0
10+
rev: 24.4.2
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -36,7 +36,7 @@ repos:
3636
- id: fix-encoding-pragma
3737
args: ["--remove"]
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.9.0
39+
rev: v1.10.0
4040
hooks:
4141
- id: mypy
4242
exclude: test.*
@@ -49,7 +49,7 @@ repos:
4949
args:
5050
- "--config=pyproject.toml"
5151
- repo: https://github.com/econchick/interrogate
52-
rev: 1.5.0 # or master if you're bold
52+
rev: 1.7.0 # or master if you're bold
5353
hooks:
5454
- id: interrogate
5555
exclude: test.*

0 commit comments

Comments
 (0)