Skip to content

Commit 4e7608d

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/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent bed4d2d commit 4e7608d

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: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,26 +10,26 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.10.1
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
args: ["--line-length", "100", "--skip-string-normalization"]
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.1.0
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/asottile/seed-isort-config
2323
rev: v2.2.0
2424
hooks:
2525
- id: seed-isort-config
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 6.0.0
2828
hooks:
2929
- id: isort
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v3.0.3
32+
rev: v4.0.0-alpha.8
3333
hooks:
3434
- id: prettier
3535
language_version: system

0 commit comments

Comments
 (0)