Skip to content

Commit dd6b703

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.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/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
1 parent 0996366 commit dd6b703

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: 24.10.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
@@ -25,7 +25,7 @@ repos:
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.14.1"
2929
hooks:
3030
- id: mypy
3131
exclude: 'docs/source/conf\.py'
@@ -36,17 +36,17 @@ repos:
3636
args: ["-I", "codespell.txt"]
3737
exclude: '.*\.ipynb'
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.17.0
39+
rev: v3.19.1
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.7.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)