Skip to content

Commit 8e75059

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
1 parent d1eb800 commit 8e75059

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,20 +1,20 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
args: ['--profile', 'black', '--check-only', '--diff']
77
files: ^((model_utils|tests)/)|setup.py
88

99
- repo: https://github.com/PyCQA/flake8
10-
rev: 7.1.1
10+
rev: 7.1.2
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.17.0
17+
rev: v3.19.1
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py38-plus]

0 commit comments

Comments
 (0)