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 62ff890 commit 301302bCopy full SHA for 301302b
pyproject.toml
@@ -0,0 +1,2 @@
1
+[tool.isort]
2
+profile = "black"
setup.cfg
@@ -0,0 +1,7 @@
+[flake8]
+# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#flake8
3
+# W293 blank line contains whitespace
4
+# E203 Whitespace before ':'
5
+# E704 Multiple statements on one line (def)
6
+max-line-length = 88
7
+extend-ignore = E203, E704
0 commit comments