Skip to content

Commit c53832f

Browse files
[pre-commit.ci] pre-commit autoupdate (#46)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [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.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent be40297 commit c53832f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.12"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v5.0.0"
5+
rev: "v6.0.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -16,36 +16,36 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: "6.0.1"
19+
rev: "7.0.0"
2020
hooks:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.19.1"
24+
rev: "v3.21.2"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py312-plus"]
2828

2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: "v2.5.0"
30+
rev: "v2.6.0"
3131
hooks:
3232
- id: pycln
3333
args: [--config=pyproject.toml]
3434
stages: [manual]
3535

36-
- repo: https://github.com/psf/black
37-
rev: "25.1.0"
36+
- repo: https://github.com/psf/black-pre-commit-mirror
37+
rev: "25.12.0"
3838
hooks:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "7.2.0"
42+
rev: "7.3.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.15.0"
48+
rev: "v1.19.1"
4949
hooks:
5050
- id: mypy
5151
args: []

0 commit comments

Comments
 (0)