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.
2 parents 1325504 + 2ad945e commit 112cbc2Copy full SHA for 112cbc2
.flake8
@@ -0,0 +1,3 @@
1
+[flake8]
2
+max-line-length = 88
3
+ignore = E203
.pre-commit-config.yaml
@@ -0,0 +1,10 @@
+repos:
+ - repo: https://github.com/psf/black
+ rev: 22.12.0
4
+ hooks:
5
+ - id: black
6
+ language_version: python3.10
7
+ - repo: https://github.com/PyCQA/flake8
8
+ rev: 6.0.0
9
10
+ - id: flake8
0 commit comments