Skip to content

Commit ed36244

Browse files
authored
Merge pull request #12 from strawberry-graphql/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8fc5f93 + fa6c809 commit ed36244

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 3.9.2
3+
rev: 5.0.4
44
hooks:
55
- id: flake8
6-
additional_dependencies: ["flake8-eradicate==0.4.0"]
6+
additional_dependencies: ["flake8-eradicate"]
77

88
- repo: https://github.com/patrick91/pre-commit-alex
99
rev: aa5da9e54b92ab7284feddeaf52edf14b1690de3
@@ -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)