Skip to content

Commit 8386a48

Browse files
Merge pull request #68 from HERA-Team/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 57c120c + 2bdfab8 commit 8386a48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py|^src/vis_cpu/data/'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -33,7 +33,7 @@ repos:
3333
- flake8-print
3434

3535
- repo: https://github.com/psf/black
36-
rev: 23.7.0
36+
rev: 23.11.0
3737
hooks:
3838
- id: black
3939

@@ -48,12 +48,12 @@ repos:
4848
- id: isort
4949

5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.10.1
51+
rev: v3.15.0
5252
hooks:
5353
- id: pyupgrade
5454
args: [--py39-plus]
5555

5656
- repo: https://github.com/asottile/setup-cfg-fmt
57-
rev: v2.4.0
57+
rev: v2.5.0
5858
hooks:
5959
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)