Skip to content

Commit 271e27a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 67da738 commit 271e27a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.0.0
38+
rev: 7.1.0
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.0
48+
rev: v1.10.1
4949
hooks:
5050
- id: mypy

0 commit comments

Comments
 (0)