Skip to content

Commit f795df5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.13.0](pre-commit/mirrors-mypy@v0.991...v1.13.0)
1 parent 63fdc46 commit f795df5

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
@@ -2,22 +2,22 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.10.0
5+
rev: 24.10.0
66
hooks:
77
- id: black
88

99
- repo: https://github.com/PyCQA/flake8
10-
rev: 6.0.0
10+
rev: 7.1.1
1111
hooks:
1212
- id: flake8
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.991
20+
rev: v1.13.0
2121
hooks:
2222
- id: mypy
2323
additional_dependencies:

0 commit comments

Comments
 (0)