Skip to content

Commit 363bf12

Browse files
ci - pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1)
1 parent d0c0b94 commit 363bf12

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.3.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.17.1
7979
hooks:
8080
- id: mypy
8181
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)