We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57c120c + 2bdfab8 commit 8386a48Copy full SHA for 8386a48
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py|^src/vis_cpu/data/'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: check-added-large-files
@@ -33,7 +33,7 @@ repos:
33
- flake8-print
34
35
- repo: https://github.com/psf/black
36
- rev: 23.7.0
+ rev: 23.11.0
37
38
- id: black
39
@@ -48,12 +48,12 @@ repos:
48
- id: isort
49
50
- repo: https://github.com/asottile/pyupgrade
51
- rev: v3.10.1
+ rev: v3.15.0
52
53
- id: pyupgrade
54
args: [--py39-plus]
55
56
- repo: https://github.com/asottile/setup-cfg-fmt
57
- rev: v2.4.0
+ rev: v2.5.0
58
59
- id: setup-cfg-fmt
0 commit comments