Skip to content

Commit 88078de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/psf/black: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2)
1 parent ad90890 commit 88078de

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 5.0.4
3+
rev: 7.1.0
44
hooks:
55
- id: flake8
66
additional_dependencies: ["flake8-eradicate"]
@@ -12,13 +12,13 @@ repos:
1212
exclude: CHANGELOG.md
1313

1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.0.0-alpha.3
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
files: '.*\.mdx?$'
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.3.0
21+
rev: v4.6.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: check-merge-conflict
@@ -32,6 +32,6 @@ repos:
3232
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.10.0
35+
rev: 24.4.2
3636
hooks:
3737
- id: black

0 commit comments

Comments
 (0)