Skip to content

Commit 7ccb455

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 33816ae commit 7ccb455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Flake8 for linting, line-length adjusted to match Black default
3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 7.1.0
38+
rev: 7.1.1
3939
hooks:
4040
- id: flake8
4141
additional_dependencies:
@@ -45,6 +45,6 @@ repos:
4545

4646
# Type enforcement for Python
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.10.1
48+
rev: v1.11.1
4949
hooks:
5050
- id: mypy

0 commit comments

Comments
 (0)