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 c307926 commit 1c052ccCopy full SHA for 1c052cc
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.21.2
+ rev: v2.23.1
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
7
8
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
9
rev: 3.9.2
10
11
- id: flake8
@@ -24,6 +24,6 @@ repos:
24
- id: mixed-line-ending
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.9.2
+ rev: 5.9.3
28
29
- id: isort
0 commit comments