We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f1e31 + c495d3d commit 84fa589Copy full SHA for 84fa589
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.2.1'
+ rev: 'v0.2.2'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
exclude: test.*
9
- repo: https://github.com/psf/black
10
- rev: 24.1.1
+ rev: 24.2.0
11
12
- id: black
13
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -49,7 +49,7 @@ repos:
49
args: [--no-strict-optional, --ignore-missing-imports]
50
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
51
- repo: https://github.com/jsh9/pydoclint
52
- rev: 0.4.0
+ rev: 0.4.1
53
54
- id: pydoclint
55
args:
0 commit comments