We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9f62a commit 676037aCopy full SHA for 676037a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-added-large-files
6
args:
@@ -51,15 +51,15 @@ repos:
51
- '88'
52
- --blank
53
- repo: https://github.com/psf/black
54
- rev: 23.9.1
+ rev: 23.12.1
55
56
- id: black
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.0.292
+ rev: v0.1.14
59
60
- id: ruff
61
- repo: https://github.com/dosisod/refurb
62
- rev: v1.21.0
+ rev: v1.27.0
63
64
- id: refurb
65
@@ -89,7 +89,7 @@ repos:
89
90
- id: codespell
91
- repo: https://github.com/pre-commit/mirrors-mypy
92
- rev: v1.5.1
+ rev: v1.8.0
93
94
- id: mypy
95
0 commit comments