Skip to content

Commit 0996366

Browse files
[pre-commit.ci] pre-commit autoupdate (#25)
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 262589f commit 0996366

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2
3+
rev: 24.8.0
44
hooks:
55
- id: black
66
- id: black-jupyter
@@ -20,12 +20,12 @@ repos:
2020
name: isort (python)
2121
args: ["--profile", "black", "-a", "", "--append-only"]
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: "7.1.0"
23+
rev: "7.1.1"
2424
hooks:
2525
- id: flake8
2626
additional_dependencies: ["flake8-bugbear"]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.10.1"
28+
rev: "v1.11.2"
2929
hooks:
3030
- id: mypy
3131
exclude: 'docs/source/conf\.py'
@@ -36,7 +36,7 @@ repos:
3636
args: ["-I", "codespell.txt"]
3737
exclude: '.*\.ipynb'
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.16.0
39+
rev: v3.17.0
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py37-plus"]

0 commit comments

Comments
 (0)