Skip to content

Commit f744139

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/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.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.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.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
1 parent 2d8ca8b commit f744139

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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: 25.1.0
44
hooks:
55
- id: black
66
args: ["-l", "80", "-t", "py37"]
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-added-large-files
1111
- id: check-case-conflict
@@ -18,25 +18,25 @@ repos:
1818
- id: check-ast
1919
- id: debug-statements
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: '7.1.1' # pick a git hash / tag to point to
21+
rev: '7.2.0' # 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.11.2' # Use the sha / tag you want to point at
26+
rev: 'v1.15.0' # Use the sha / tag you want to point at
2727
hooks:
2828
- id: mypy
2929
exclude: docs/conf.py
3030
additional_dependencies:
3131
- types-python-dateutil
3232
- types-PyYAML
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: 'v2.3.0'
34+
rev: 'v2.4.1'
3535
hooks:
3636
- id: codespell
3737
args: ["-I", "codespell.txt"]
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.17.0
39+
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py36-plus"]

0 commit comments

Comments
 (0)