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 968ae5a commit 88eff83Copy full SHA for 88eff83
.pre-commit-config.yaml
@@ -3,20 +3,20 @@ ci:
3
4
repos:
5
# isort should run before black as black sometimes tweaks the isort output
6
- - repo: https://github.com/timothycrosley/isort
+ - repo: https://github.com/PyCQA/isort
7
rev: 5.10.1
8
hooks:
9
- id: isort
10
files: .+\.py$
11
12
# https://github.com/python/black#version-control-integration
13
- - repo: https://github.com/python/black
+ - repo: https://github.com/psf/black
14
rev: 22.3.0
15
16
- id: black
17
18
- - repo: https://gitlab.com/pycqa/flake8
19
- rev: 3.9.2
+ - repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
20
21
- id: flake8
22
0 commit comments