We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6baa92 commit ca85446Copy full SHA for ca85446
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.2.0
+ rev: v4.5.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-ast
@@ -33,16 +33,16 @@ repos:
33
- id: trailing-whitespace
34
35
- repo: https://github.com/psf/black
36
- rev: 22.3.0
+ rev: 24.1.1
37
38
- id: black
39
40
- repo: https://github.com/PyCQA/isort
41
- rev: 5.10.1
+ rev: 5.13.2
42
43
- id: isort
44
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v2.32.0
+ rev: v3.15.0
47
48
- id: pyupgrade
0 commit comments