Skip to content

Commit d5b4c22

Browse files
[pre-commit.ci] pre-commit autoupdate (#1991)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/jsh9/pydoclint: 0.6.6 → 0.6.7](jsh9/pydoclint@0.6.6...0.6.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shatakshi Mishra <[email protected]>
1 parent f289d23 commit d5b4c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- id: tox-ini-fmt
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: "v0.11.9"
47+
rev: "v0.11.10"
4848
hooks:
4949
- id: ruff
5050
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -97,7 +97,7 @@ repos:
9797
- id: check-json5
9898

9999
- repo: https://github.com/igorshubovych/markdownlint-cli
100-
rev: v0.44.0
100+
rev: v0.45.0
101101
hooks:
102102
- id: markdownlint
103103
exclude: >
@@ -146,7 +146,7 @@ repos:
146146
- flake8-docstrings # uses pydocstyle
147147

148148
- repo: https://github.com/jsh9/pydoclint
149-
rev: 0.6.6
149+
rev: 0.6.7
150150
hooks:
151151
- id: pydoclint
152152

0 commit comments

Comments
 (0)