Skip to content

Commit 72dbc2c

Browse files
authored
Merge pull request #461 from scikit-hep/pre-commit-ci-update-config
chore(deps): pre-commit.ci autoupdate
2 parents 566f8bf + ff4b84d commit 72dbc2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: ["--include-version-classifiers", "--max-py-version=3.11"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.12.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
args: ["-a", "from __future__ import annotations"]
@@ -35,25 +35,25 @@ repos:
3535
args: ["--py38-plus"]
3636

3737
- repo: https://github.com/nbQA-dev/nbQA
38-
rev: 1.7.0
38+
rev: 1.7.1
3939
hooks:
4040
- id: nbqa-pyupgrade
4141
additional_dependencies: [pyupgrade==2.31.0]
4242
args: ["--py38-plus"]
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 23.10.1
45+
rev: 23.12.1
4646
hooks:
4747
- id: black-jupyter
4848

4949
- repo: https://github.com/PyCQA/flake8
50-
rev: 6.1.0
50+
rev: 7.0.0
5151
hooks:
5252
- id: flake8
5353
additional_dependencies: [flake8-bugbear]
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.6.1
56+
rev: v1.8.0
5757
hooks:
5858
- id: mypy
5959
files: src

0 commit comments

Comments
 (0)