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 d2bf35e commit 06d1412Copy full SHA for 06d1412
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
exclude: ^requirements-dev\.txt$
15
- id: trailing-whitespace
16
- repo: https://github.com/PyCQA/isort
17
- rev: 5.9.2
+ rev: 5.9.3
18
hooks:
19
- id: isort
20
name: isort
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.23.0
+ rev: v2.23.1
23
24
- id: pyupgrade
25
args: [--py37-plus]
0 commit comments