Skip to content

Commit 4a1f2fb

Browse files
authored
Merge pull request #10 from strawberry-graphql/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9b7c3a8 + 0d11fa4 commit 4a1f2fb

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.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,22 +9,22 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.3.1
12+
rev: v3.16.0
1313
hooks:
1414
- id: pyupgrade
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.0.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8
2020

2121
- repo: https://github.com/psf/black
22-
rev: 22.12.0
22+
rev: 24.4.2
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
name: isort (python)

0 commit comments

Comments
 (0)