Skip to content

Commit 8a98137

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.12.3](astral-sh/ruff-pre-commit@v0.0.285...v0.12.3) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 23.7.0 → 25.1.0](psf/black@23.7.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.16.1](pre-commit/mirrors-mypy@v1.0.0...v1.16.1) - [github.com/jsh9/pydoclint: 0.2.4 → 0.6.7](jsh9/pydoclint@0.2.4...0.6.7) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
1 parent 539f351 commit 8a98137

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
2-
- repo: https://github.com/charliermarsh/ruff-pre-commit
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.0.285'
4+
rev: 'v0.12.3'
55
hooks:
66
- id: ruff
77
exclude: test.*
88
args: [--fix, --exit-non-zero-on-fix]
9-
- repo: https://github.com/python/black
10-
rev: 23.7.0
9+
- repo: https://github.com/psf/black
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -37,26 +37,26 @@ repos:
3737
args: ["--remove"]
3838
- id: requirements-txt-fixer
3939
- repo: https://github.com/Yelp/detect-secrets
40-
rev: v1.4.0
40+
rev: v1.5.0
4141
hooks:
4242
- id: detect-secrets
4343
args: ['--baseline', '.secrets.baseline']
4444
additional_dependencies: ["gibberish-detector"]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.0.0
46+
rev: v1.16.1
4747
hooks:
4848
- id: mypy
4949
args: [--no-strict-optional, --ignore-missing-imports]
5050
exclude: test.*
5151
additional_dependencies: ["pydantic", "toml", "types-all"]
5252
- repo: https://github.com/jsh9/pydoclint
53-
rev: 0.2.4
53+
rev: 0.6.7
5454
hooks:
5555
- id: pydoclint
5656
args:
5757
- "--config=pyproject.toml"
5858
- repo: https://github.com/econchick/interrogate
59-
rev: 1.5.0 # or master if you're bold
59+
rev: 1.7.0 # or master if you're bold
6060
hooks:
6161
- id: interrogate
6262
exclude: test.*

0 commit comments

Comments
 (0)