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 dfc7e55 commit 2574356Copy full SHA for 2574356
.codespell/ignore_words.txt
@@ -4,11 +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
12
13
-;; library used for Python package release, no longer used
14
-rever
.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]
+# Keep import statement below line_length character limit
line_length = 79
multi_line_output = 3
include_trailing_comma = True
0 commit comments