Skip to content

Commit cc3a2b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent e35c724 commit cc3a2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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.0.0
10+
rev: 7.1.0
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.15.2
17+
rev: v3.16.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py38-plus]

0 commit comments

Comments
 (0)