We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f289d23 commit d5b4c22Copy full SHA for d5b4c22
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
- id: tox-ini-fmt
45
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: "v0.11.9"
+ rev: "v0.11.10"
48
hooks:
49
- id: ruff
50
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -97,7 +97,7 @@ repos:
97
- id: check-json5
98
99
- repo: https://github.com/igorshubovych/markdownlint-cli
100
- rev: v0.44.0
+ rev: v0.45.0
101
102
- id: markdownlint
103
exclude: >
@@ -146,7 +146,7 @@ repos:
146
- flake8-docstrings # uses pydocstyle
147
148
- repo: https://github.com/jsh9/pydoclint
149
- rev: 0.6.6
+ rev: 0.6.7
150
151
- id: pydoclint
152
0 commit comments