Skip to content

Commit 73e44ba

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.3.5](astral-sh/ruff-pre-commit@v0.0.285...v0.3.5) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 23.7.0 → 24.3.0](psf/black@23.7.0...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.9.0](pre-commit/mirrors-mypy@v1.0.0...v1.9.0) - [github.com/jsh9/pydoclint: 0.2.4 → 0.4.1](jsh9/pydoclint@0.2.4...0.4.1)
1 parent 539f351 commit 73e44ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.3.5'
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: 24.3.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.5.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -43,14 +43,14 @@ repos:
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.9.0
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.4.1
5454
hooks:
5555
- id: pydoclint
5656
args:

0 commit comments

Comments
 (0)