Skip to content

Commit 30ef724

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.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1)
1 parent a5fa739 commit 30ef724

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
@@ -23,7 +23,7 @@ repos:
2323
files: ^(nbqa|tests)/
2424
exclude: ^tests/data/
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.2.0
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [flake8-typing-imports==1.14.0]
@@ -38,7 +38,7 @@ repos:
3838
- id: pydocstyle
3939
files: ^nbqa/
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.16.0
41+
rev: v1.17.1
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/

0 commit comments

Comments
 (0)