Skip to content

Commit ce6476e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.3](keewis/blackdoc@v0.4.1...v0.4.3)
1 parent 343bce0 commit ce6476e

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
@@ -3,13 +3,13 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-merge-conflict
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.2
12+
rev: v0.13.3
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -21,7 +21,7 @@ repos:
2121
# - id: docformatter
2222
# args: [--in-place, --make-summary-multi-line, --pre-summary-newline]
2323
- repo: https://github.com/keewis/blackdoc
24-
rev: v0.4.1
24+
rev: v0.4.3
2525
hooks:
2626
- id: blackdoc
2727
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)