Skip to content

Commit 7109d70

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.3...v0.1.6) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.2](python-jsonschema/check-jsonschema@0.27.0...0.27.2)
1 parent ff79dc7 commit 7109d70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.1.3'
4+
rev: 'v0.1.6'
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: 23.10.1
10+
rev: 23.11.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -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.6.1
42+
rev: v1.7.1
4343
hooks:
4444
- id: mypy
4545
args: [--no-strict-optional, --ignore-missing-imports]
@@ -56,6 +56,6 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.27.0
59+
rev: 0.27.2
6060
hooks:
6161
- id: check-azure-pipelines

0 commit comments

Comments
 (0)