Skip to content

Commit e2579d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.290...v0.0.292) - [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.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) - [github.com/jsh9/pydoclint: 0.3.2 → 0.3.4](jsh9/pydoclint@0.3.2...0.3.4) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
1 parent 2bf48ff commit e2579d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.0.290'
4+
rev: 'v0.0.292'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -11,7 +11,7 @@ repos:
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
@@ -39,13 +39,13 @@ repos:
3939
args: ['--baseline', '.secrets.baseline']
4040
additional_dependencies: ["gibberish-detector"]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.5.1
42+
rev: v1.6.0
4343
hooks:
4444
- id: mypy
4545
args: [--no-strict-optional, --ignore-missing-imports]
4646
additional_dependencies: ["pydantic<2.0", "toml", "types-all"]
4747
- repo: https://github.com/jsh9/pydoclint
48-
rev: 0.3.2
48+
rev: 0.3.4
4949
hooks:
5050
- id: pydoclint
5151
args:
@@ -56,6 +56,6 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.26.3
59+
rev: 0.27.0
6060
hooks:
6161
- id: check-azure-pipelines

0 commit comments

Comments
 (0)