Skip to content

Commit b0c6942

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
1 parent d4fecaa commit b0c6942

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
@@ -11,7 +11,7 @@ repos:
1111
- id: blacken-docs
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.2.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
args: [--ignore, "E203,E501,B006,W503"]
@@ -24,7 +24,7 @@ repos:
2424
args: [--profile, "black"]
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.15.0
27+
rev: v1.17.0
2828
hooks:
2929
- id: mypy
3030
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)