Skip to content

Commit 883232e

Browse files
authored
Merge pull request #45 from zfit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f6a5d75 + c426cf4 commit 883232e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -35,7 +35,7 @@ repos:
3535

3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.16.0
38+
rev: v3.17.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [ --py38-plus ]
@@ -47,7 +47,7 @@ repos:
4747

4848
# Notebook formatting
4949
- repo: https://github.com/nbQA-dev/nbQA
50-
rev: 1.8.5
50+
rev: 1.8.7
5151
hooks:
5252
- id: nbqa-isort
5353
additional_dependencies: [ isort==5.6.4 ]

0 commit comments

Comments
 (0)