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 9f10378 commit d7e68c2Copy full SHA for d7e68c2
.codespell/ignore_words.txt
@@ -4,8 +4,5 @@
4
;; abbreviation for "materials" often used in a journal title
5
mater
6
7
-;; alternative use of socioeconomic
8
-socio-economic
9
-
10
;; Frobenius norm used in np.linalg.norm
11
fro
.flake8
@@ -1,3 +1,5 @@
1
+# As of now, flake8 does not natively support configuration via pyproject.toml
2
+# https://github.com/microsoft/vscode-flake8/issues/135
3
[flake8]
exclude =
.git,
.isort.cfg
@@ -1,4 +1,5 @@
[settings]
-line_length = 115
+# Keep import statement below line_length character limit
+line_length = 79
multi_line_output = 3
include_trailing_comma = True
0 commit comments