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 419a239 commit 930817bCopy full SHA for 930817b
.flake8
@@ -0,0 +1,3 @@
1
+[flake8]
2
+max-line-length = 88
3
+extend-ignore = E203
.pre-commit-config.yaml
@@ -0,0 +1,20 @@
+repos:
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
+- repo: https://github.com/psf/black
9
+ rev: 22.8.0
10
11
+ - id: black
12
+- repo: https://github.com/pycqa/isort
13
+ rev: 5.10.1
14
15
+ - id: isort
16
+ name: isort
17
+- repo: https://github.com/pycqa/flake8
18
+ rev: 5.0.4
19
20
+ - id: flake8
0 commit comments