Skip to content

Commit c6ae204

Browse files
authored
Merge branch 'main' into arrows_add
2 parents 1ca8ae3 + 4a9d3df commit c6ae204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.12.11"
47+
rev: "v0.12.12"
4848
hooks:
4949
- id: ruff
5050
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -146,7 +146,7 @@ repos:
146146
- flake8-docstrings # uses pydocstyle
147147

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

0 commit comments

Comments
 (0)