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 90b4cc4 commit 7ab46deCopy full SHA for 7ab46de
.pre-commit-config.yaml
@@ -15,23 +15,23 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/PyCQA/isort
18
- rev: v5.11.3
+ rev: 5.12.0
19
hooks:
20
- id: isort
21
- repo: https://github.com/PyCQA/flake8
22
- rev: "5.0.4"
+ rev: "6.0.0"
23
24
- id: flake8
25
- repo: https://github.com/asottile/yesqa
26
rev: v1.4.0
27
28
- id: yesqa
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.38.2
+ rev: v3.3.1
31
32
- id: pyupgrade
33
- repo: https://github.com/psf/black
34
- rev: 22.8.0
+ rev: 23.1.0
35
36
- name: black
37
id: black
0 commit comments