Skip to content

Commit 3fc446e

Browse files
authored
Merge pull request #625 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 731ed80 + e4d6561 commit 3fc446e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
files: ^((model_utils|tests)/)|setup.py
88

99
- repo: https://github.com/PyCQA/flake8
10-
rev: 7.1.0
10+
rev: 7.1.1
1111
hooks:
1212
- id: flake8
1313
args: ['--ignore=E402,E501,E731,W503']
1414
files: ^(model_utils|tests)/
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.16.0
17+
rev: v3.17.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py38-plus]

0 commit comments

Comments
 (0)