Skip to content

Commit 3b59648

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.8.2](astral-sh/ruff-pre-commit@v0.1.14...v0.8.2) - [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 37c3e80 commit 3b59648

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: "v4.5.0"
3+
rev: "v5.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,7 +15,7 @@ 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.3.0
1919
hooks:
2020
- id: codespell
2121
args: ["--ignore-words-list=exitance,seperately"]
@@ -30,17 +30,17 @@ repos:
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.1.14"
33+
rev: "v0.8.2"
3434
hooks:
3535
- id: ruff-format
3636
- id: ruff
3737
- repo: https://github.com/adamchainz/blacken-docs
38-
rev: 1.16.0
38+
rev: 1.19.1
3939
hooks:
4040
- id: blacken-docs
4141
language_version: python3.10
4242
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: "v3.1.0"
43+
rev: "v4.0.0-alpha.8"
4444
hooks:
4545
- id: prettier
4646
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)