Skip to content

Commit 080cd5f

Browse files
authored
Merge pull request #1 from strawberry-graphql/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4d620d5 + 5da0d1f commit 080cd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v3.2.0
3+
rev: v4.1.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v2.29.1
12+
rev: v2.31.0
1313
hooks:
1414
- id: pyupgrade
1515

@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: flake8
2020

21-
- repo: https://github.com/ambv/black
21+
- repo: https://github.com/psf/black
2222
rev: 21.12b0
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)