Skip to content

Commit f652e4d

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 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.13.0](astral-sh/ruff-pre-commit@v0.8.2...v0.13.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 8a73467 commit f652e4d

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
@@ -15,24 +15,24 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.3.0
18+
rev: v2.4.1
1919
hooks:
2020
- id: codespell
2121
args:
2222
["--ignore-words-list=assertIn,exitance,seperately,socio-economic"]
2323
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
2424
- repo: https://github.com/PyCQA/isort
25-
rev: "5.13.2"
25+
rev: "6.0.1"
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: "v0.8.2"
29+
rev: "v0.13.0"
3030
hooks:
3131
- id: ruff-format
3232
- id: ruff
3333
args: [--fix]
3434
- repo: https://github.com/adamchainz/blacken-docs
35-
rev: 1.19.1
35+
rev: 1.20.0
3636
hooks:
3737
- id: blacken-docs
3838
language_version: python3.10

0 commit comments

Comments
 (0)