Skip to content

Commit a9968ad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.0-alpha.3](pre-commit/mirrors-prettier@v2.4.1...v3.0.0-alpha.3) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/psf/black: 21.9b0 → 22.10.0](psf/black@21.9b0...22.10.0)
1 parent 8fc5f93 commit a9968ad

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: 3.9.2
3+
rev: 5.0.4
44
hooks:
55
- id: flake8
66
additional_dependencies: ["flake8-eradicate==0.4.0"]
@@ -12,13 +12,13 @@ repos:
1212
exclude: CHANGELOG.md
1313

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

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.0.1
21+
rev: v4.3.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: 21.9b0
35+
rev: 22.10.0
3636
hooks:
3737
- id: black

0 commit comments

Comments
 (0)