Skip to content

Commit 3979412

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.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 0862910 commit 3979412

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
@@ -12,7 +12,7 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.2.0
15+
rev: 7.3.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/hhatto/autopep8
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.16.0
37+
rev: v1.16.1
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)