Skip to content

Commit 44489f1

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) - https://github.com/ikamensh/flynt/: 1.0.1 → 1.0.6 - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
1 parent b129527 commit 44489f1

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,7 +1,7 @@
11
minimum_pre_commit_version: "3.2.0"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -24,15 +24,15 @@ repos:
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/ikamensh/flynt/
27-
rev: "1.0.1"
27+
rev: "1.0.6"
2828
hooks:
2929
- id: flynt
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.13.2
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 24.10.0
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/Lucas-C/pre-commit-hooks

0 commit comments

Comments
 (0)