Skip to content

Commit ed5df2f

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/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.14.11](astral-sh/ruff-pre-commit@v0.8.2...v0.14.11) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 86c658a commit ed5df2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.3.0
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args:
@@ -25,17 +25,17 @@ repos:
2525
]
2626
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst|.*\\.ipynb|./colour_cxf/cxf3/.*|CxF3_Core.xsd"
2727
- repo: https://github.com/PyCQA/isort
28-
rev: "5.13.2"
28+
rev: "7.0.0"
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.8.2"
32+
rev: "v0.14.11"
3333
hooks:
3434
- id: ruff-format
3535
- id: ruff
3636
args: [--fix]
3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: 1.19.1
38+
rev: 1.20.0
3939
hooks:
4040
- id: blacken-docs
4141
language_version: python3.10

0 commit comments

Comments
 (0)