Skip to content

Commit 0b736c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/asottile/pyupgrade: v3.13.0 → v3.19.1](asottile/pyupgrade@v3.13.0...v3.19.1) - [github.com/hadialqattan/pycln: v2.2.2 → v2.5.0](hadialqattan/pycln@v2.2.2...v2.5.0) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/pycqa/flake8: 6.1.0 → 7.2.0](PyCQA/flake8@6.1.0...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.15.0](pre-commit/mirrors-mypy@v1.5.1...v1.15.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1)
1 parent 3aaa9a2 commit 0b736c2

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.11"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.4.0"
5+
rev: "v5.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: "5.12.0"
19+
rev: "6.0.1"
2020
hooks:
2121
- id: isort
2222

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

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

3636
- repo: https://github.com/psf/black
37-
rev: "23.9.1"
37+
rev: "25.1.0"
3838
hooks:
3939
- id: black
4040

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

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.5.1"
48+
rev: "v1.15.0"
4949
hooks:
5050
- id: mypy
5151
args: []
@@ -54,7 +54,7 @@ repos:
5454

5555

5656
- repo: https://github.com/codespell-project/codespell
57-
rev: "v2.2.5"
57+
rev: "v2.4.1"
5858
hooks:
5959
- id: codespell
6060
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)