Skip to content

Commit b250a46

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/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.4...v0.14.7) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 40b3081 commit b250a46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -22,17 +22,17 @@ repos:
2222
["--ignore-words-list=assertIn,exitance,seperately,socio-economic"]
2323
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
2424
- repo: https://github.com/PyCQA/isort
25-
rev: "6.0.1"
25+
rev: "7.0.0"
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: "v0.12.4"
29+
rev: "v0.14.7"
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.11

0 commit comments

Comments
 (0)