Skip to content

Commit 6852024

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.16.0](pre-commit/mirrors-mypy@v1.11.2...v1.16.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
1 parent 0996366 commit 6852024

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
- id: black-jupyter
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
@@ -14,39 +14,39 @@ repos:
1414
exclude: '.*\.ipynb'
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
name: isort (python)
2121
args: ["--profile", "black", "-a", "", "--append-only"]
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: "7.1.1"
23+
rev: "7.2.0"
2424
hooks:
2525
- id: flake8
2626
additional_dependencies: ["flake8-bugbear"]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.11.2"
28+
rev: "v1.16.0"
2929
hooks:
3030
- id: mypy
3131
exclude: 'docs/source/conf\.py'
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: "v2.3.0"
33+
rev: "v2.4.1"
3434
hooks:
3535
- id: codespell
3636
args: ["-I", "codespell.txt"]
3737
exclude: '.*\.ipynb'
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.17.0
39+
rev: v3.20.0
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py37-plus"]
4343
- repo: https://github.com/asottile/setup-cfg-fmt
44-
rev: "v2.5.0"
44+
rev: "v2.8.0"
4545
hooks:
4646
- id: setup-cfg-fmt
4747
args: [--include-version-classifiers, --max-py-version=3.10]
4848
- repo: https://github.com/hadialqattan/pycln
49-
rev: v2.4.0
49+
rev: v2.5.0
5050
hooks:
5151
- id: pycln
5252
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)