Skip to content

Commit ce84b6b

Browse files
[pre-commit.ci] pre-commit autoupdate (#144)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/PyCQA/pylint: v4.0.2 → v4.0.4](pylint-dev/pylint@v4.0.2...v4.0.4) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c97cbb4 commit ce84b6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black-pre-commit-mirror
7-
rev: 25.9.0
7+
rev: 25.11.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: v4.0.2
18+
rev: v4.0.4
1919
hooks:
2020
- id: pylint
2121
name: pylint
@@ -25,12 +25,12 @@ 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.18.2
28+
rev: v1.19.0
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.21.0
33+
rev: v3.21.2
3434
hooks:
3535
- id: pyupgrade
3636
args:

0 commit comments

Comments
 (0)