Skip to content

Commit 3ae8aa5

Browse files
chore: pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pycqa/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent a3a93a6 commit 3ae8aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- id: debug-statements
5959
language_version: python3
6060
- repo: https://github.com/PyCQA/flake8
61-
rev: 7.0.0
61+
rev: 7.1.0
6262
hooks:
6363
- id: flake8
6464
additional_dependencies:
@@ -69,11 +69,11 @@ repos:
6969
- flake8-pytest-style>=1.5.0
7070
language_version: python3
7171
- repo: https://github.com/pycqa/pylint
72-
rev: v3.2.2
72+
rev: v3.2.4
7373
hooks:
7474
- id: pylint
7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.10.0
76+
rev: v1.10.1
7777
hooks:
7878
- id: mypy
7979
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)