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 ddcb329 commit d5dc836Copy full SHA for d5dc836
.gitignore
@@ -7,3 +7,4 @@ dist/
7
.python-version
8
.coverage
9
.venv
10
+venv
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
+default_language_version:
2
+ node: system
3
+ python: python3.9
4
repos:
5
- repo: https://github.com/python/black
6
rev: 22.3.0
hooks:
- id: black
- language_version: python3.8
exclude: migrations/
- repo: https://github.com/timothycrosley/isort
11
rev: 5.12.0
12
13
- id: isort
14
- repo: https://github.com/pycqa/flake8
15
# flake8 config is in setup.cfg
16
rev: 6.0.0
17
18
- id: flake8
19
- repo: https://github.com/pre-commit/mirrors-prettier
20
rev: v2.3.2
21
0 commit comments