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 c52ff89 commit 439860fCopy full SHA for 439860f
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: check-merge-conflict
20
- id: trailing-whitespace
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 24.1.1
+ rev: 24.2.0
23
hooks:
24
- id: black
25
- repo: https://github.com/PyCQA/flake8
@@ -31,15 +31,15 @@ repos:
31
- 'flake8-typing-as-t==0.0.3'
32
- 'flake8-comprehensions==3.14.0'
33
- repo: https://github.com/sirosen/slyp
34
- rev: 0.3.0
+ rev: 0.4.1
35
36
- id: slyp
37
- repo: https://github.com/PyCQA/isort
38
rev: 5.13.2
39
40
- id: isort
41
- repo: https://github.com/asottile/pyupgrade
42
- rev: v3.15.0
+ rev: v3.15.1
43
44
- id: pyupgrade
45
args: ["--py37-plus"]
0 commit comments