Skip to content

Commit 7b0f182

Browse files
ci - pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...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 28be63d commit 7b0f182

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
@@ -67,15 +67,15 @@ repos:
6767
- id: text-unicode-replacement-char
6868

6969
- repo: https://github.com/PyCQA/flake8
70-
rev: 7.1.1
70+
rev: 7.2.0
7171
hooks:
7272
- id: flake8
7373
additional_dependencies:
7474
- flake8-bugbear
7575
- flake8-implicit-str-concat
7676

7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.15.0
78+
rev: v1.16.0
7979
hooks:
8080
- id: mypy
8181
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)