Skip to content

Commit 7e5d1bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.290...v0.1.3) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [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.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1) - [github.com/jsh9/pydoclint: 0.3.2 → 0.3.8](jsh9/pydoclint@0.3.2...0.3.8) - [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 7e5d1bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.0.290'
4+
rev: 'v0.1.3'
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.9.1
10+
rev: 23.10.1
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.1
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.8
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)