Skip to content

Commit b414192

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 a8acf84 commit b414192

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
@@ -64,15 +64,15 @@ repos:
6464
- id: text-unicode-replacement-char
6565

6666
- repo: https://github.com/PyCQA/flake8
67-
rev: 7.1.1
67+
rev: 7.2.0
6868
hooks:
6969
- id: flake8
7070
additional_dependencies:
7171
- flake8-bugbear
7272
- flake8-implicit-str-concat
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.15.0
75+
rev: v1.16.0
7676
hooks:
7777
- id: mypy
7878
args: [--no-strict-optional, --ignore-missing-imports, --allow-untyped-global]

0 commit comments

Comments
 (0)