Skip to content

Commit e948a05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent e4ed0c1 commit e948a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ repos:
55
- id: black
66
args: [--target-version=py38]
77
- repo: https://github.com/PyCQA/isort
8-
rev: 6.0.0
8+
rev: 6.0.1
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.19.1
12+
rev: v3.20.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.2
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
2121
- flake8-pytest-style
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.15.0
23+
rev: v1.16.0
2424
hooks:
2525
- id: mypy
2626
# Avoid error: Duplicate module named 'setup'

0 commit comments

Comments
 (0)