Skip to content

Commit f3fc5ee

Browse files
[pre-commit.ci] pre-commit autoupdate (#295)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3) - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 457b5e7 commit f3fc5ee

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
@@ -13,14 +13,14 @@ repos:
1313
hooks:
1414
- id: check-yaml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.2
16+
rev: v0.6.3
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]
2020
exclude: "^doc/"
2121
- id: ruff-format
2222
- repo: https://github.com/PyCQA/doc8
23-
rev: 'v1.1.1'
23+
rev: 'v1.1.2'
2424
hooks:
2525
- id: doc8
2626
args: ["--ignore", "D001"]

0 commit comments

Comments
 (0)