Skip to content

Commit 195291d

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.15.9](astral-sh/ruff-pre-commit@v0.12.2...v0.15.9) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.6](keewis/blackdoc@v0.4.1...v0.4.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 36bc106 commit 195291d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.15.9
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -21,13 +21,13 @@ 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.6
2525
hooks:
2626
- id: blackdoc
2727
exclude: ^dev-scripts/
2828
additional_dependencies: ['black==24.8.0']
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
types_or: [python, rst, markdown]

0 commit comments

Comments
 (0)