Skip to content

Commit 67eb4a7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.9](pylint-dev/pylint@v3.3.7...v3.3.9) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent aa656d9 commit 67eb4a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ci:
33
autoupdate_schedule: monthly
44

55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 25.1.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010
args:
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/pylint
18-
rev: v3.3.7
18+
rev: v3.3.9
1919
hooks:
2020
- id: pylint
2121
name: 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.17.1
28+
rev: v1.18.2
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/
@@ -36,7 +36,7 @@ repos:
3636
args:
3737
- --py37-plus
3838
- repo: https://github.com/pycqa/isort
39-
rev: 6.0.1
39+
rev: 6.1.0
4040
hooks:
4141
- id: isort
4242
name: isort

0 commit comments

Comments
 (0)