Skip to content

Commit 76218ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 22.12.0 → 24.3.0](psf/black@22.12.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/PyCQA/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
1 parent 227a74c commit 76218ba

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.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,25 +10,25 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 22.12.0
13+
rev: 24.3.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.0.0
19+
rev: 7.0.0
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.11.4
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030

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

0 commit comments

Comments
 (0)