Skip to content

Commit dc8e4e7

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
1 parent 50f6802 commit dc8e4e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ repos:
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/psf/black
46-
rev: 24.4.2
46+
rev: 24.8.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/codespell-project/codespell
5050
rev: v2.3.0
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 7.1.0
54+
rev: 7.1.1
5555
hooks:
5656
- id: flake8
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.11.0
58+
rev: v1.11.1
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: []

0 commit comments

Comments
 (0)