Skip to content

Commit 2d8ca8b

Browse files
[pre-commit.ci] pre-commit autoupdate (#29)
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 f54dd6b commit 2d8ca8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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
args: ["-l", "80", "-t", "py37"]
@@ -18,12 +18,12 @@ repos:
1818
- id: check-ast
1919
- id: debug-statements
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: '7.1.0' # pick a git hash / tag to point to
21+
rev: '7.1.1' # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8
2424
exclude: ^notebooks
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: 'v1.10.1' # Use the sha / tag you want to point at
26+
rev: 'v1.11.2' # Use the sha / tag you want to point at
2727
hooks:
2828
- id: mypy
2929
exclude: docs/conf.py
@@ -36,7 +36,7 @@ repos:
3636
- id: codespell
3737
args: ["-I", "codespell.txt"]
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.16.0
39+
rev: v3.17.0
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py36-plus"]

0 commit comments

Comments
 (0)