Skip to content

Commit edc444f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.261...v0.0.270) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.1](python-jsonschema/check-jsonschema@0.22.0...0.23.1)
1 parent 9388b64 commit edc444f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/charliermarsh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.0.261'
4+
rev: 'v0.0.270'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
3939
args: ['--baseline', '.secrets.baseline']
4040
additional_dependencies: ["gibberish-detector"]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.2.0
42+
rev: v1.3.0
4343
hooks:
4444
- id: mypy
4545
args: [--no-strict-optional, --ignore-missing-imports]
@@ -59,6 +59,6 @@ repos:
5959
- id: interrogate
6060
exclude: test.*
6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: 0.22.0
62+
rev: 0.23.1
6363
hooks:
6464
- id: check-azure-pipelines

0 commit comments

Comments
 (0)