Skip to content

Commit f0ea1eb

Browse files
[pre-commit.ci] pre-commit autoupdate (#73)
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nicholas Smith <nick.smith@cern.ch>
1 parent c749971 commit f0ea1eb

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black-jupyter
66

@@ -43,13 +43,13 @@ repos:
4343
additional_dependencies: [black==22.3.0]
4444

4545
- repo: https://github.com/PyCQA/isort
46-
rev: 5.13.2
46+
rev: 6.0.0
4747
hooks:
4848
- id: isort
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+
5050

5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.19.0
52+
rev: v3.19.1
5353
hooks:
5454
- id: pyupgrade
5555
args: ["--py37-plus"]
@@ -77,21 +77,21 @@ repos:
7777
- flake8-print
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.1.1
80+
rev: 7.1.2
8181
hooks:
8282
- id: flake8
8383
exclude: docs/conf.py
8484
additional_dependencies: *flake8_dependencies
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.13.0
87+
rev: v1.15.0
8888
hooks:
8989
- id: mypy
9090
files: src
9191
args: []
9292

9393
- repo: https://github.com/codespell-project/codespell
94-
rev: v2.3.0
94+
rev: v2.4.1
9595
hooks:
9696
- id: codespell
9797

0 commit comments

Comments
 (0)