Skip to content

Commit a92e5db

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/ikamensh/flynt: 1.0.1 → 1.0.6](ikamensh/flynt@1.0.1...1.0.6) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.12.10](astral-sh/ruff-pre-commit@v0.1.6...v0.12.10) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent fa008c0 commit a92e5db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: "v4.5.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,33 +15,33 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.2.6
18+
rev: v2.4.1
1919
hooks:
2020
- id: codespell
2121
args:
2222
["--ignore-words-list=communicatie,co-ordinates,hart,ist,manuel,te"]
2323
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst|.*.ipynb"
2424
- repo: https://github.com/ikamensh/flynt
25-
rev: "1.0.1"
25+
rev: "1.0.6"
2626
hooks:
2727
- id: flynt
2828
args: [--verbose]
2929
- repo: https://github.com/PyCQA/isort
30-
rev: "5.12.0"
30+
rev: "6.0.1"
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.1.6"
34+
rev: "v0.12.10"
3535
hooks:
3636
- id: ruff-format
3737
- id: ruff
3838
- repo: https://github.com/adamchainz/blacken-docs
39-
rev: 1.16.0
39+
rev: 1.19.1
4040
hooks:
4141
- id: blacken-docs
4242
language_version: python3.10
4343
- repo: https://github.com/pre-commit/mirrors-prettier
44-
rev: "v3.1.0"
44+
rev: "v4.0.0-alpha.8"
4545
hooks:
4646
- id: prettier
4747
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)