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 0392538 commit 4084338Copy full SHA for 4084338
.pre-commit-config.yaml
@@ -1,10 +1,15 @@
1
repos:
2
- repo: https://github.com/ambv/black
3
- rev: 21.5b2
+ rev: 22.3.0
4
hooks:
5
- id: black
6
language_version: python3.7
7
- repo: https://gitlab.com/pycqa/flake8
8
- rev: 3.9.2
+ rev: 4.0.1
9
10
- id: flake8
11
+- repo: https://github.com/pycqa/isort
12
+ rev: 5.10.1
13
+ hooks:
14
+ - id: isort
15
+ name: isort (python)
0 commit comments