Skip to content

Commit aacc55e

Browse files
[pre-commit.ci] pre-commit autoupdate (#130)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d6efef4 commit aacc55e

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
- --diff
1212
- --check
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.2.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/pylint
@@ -25,7 +25,7 @@ repos:
2525
# run pylint across multiple cpu cores to speed it up-
2626
- --jobs=0 # See https://pylint.pycqa.org/en/latest/user_guide/run.html?#parallel-execution to know more
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.16.0
28+
rev: v1.16.1
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/

0 commit comments

Comments
 (0)