FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plasma-python/setup.cfg at master · PPPLDeepLearning/plasma-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PPPLDeepLearning
/
plasma-python
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
92
Code
Issues
21
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plasma-python
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (32 loc) · 1.22 KB
Breadcrumbs
plasma-python
/
setup.cfg
Copy path
File metadata and controls
33 lines (32 loc) · 1.22 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
description-file
= README.md
[flake8]
max-line-length
= 79
ignore
=
#
Subset of DEFAULT_IGNORE error codes from pycodestyle
#
(not universally accepted / not enforced by PEP 8 document)
#
E1: Indentation
#
E121: continuation line under-indented for hanging indent (allow fewer than 4 spaces w/ hanging indent)
E121,
#
E123: closing bracket does not match indentation of opening bracket’s line
E123,
#
E126: continuation line over-indented for hanging inden (allow fewer than 4 spaces w/ hanging indent)
E126,
#
E2: Whitespace
#
E226: missing whitespace around arithmetic operator (allow nx+1, ...)
E226,
#
E241: multiple spaces after ‘,’
E241,
#
E7: Statements
#
E704: multiple statements on one line (def)
E704,
#
E731: Do not assign a lambda expression, use a def
E731,
#
W5: Line break warning
#
W503: line break before binary operator (use mutually exclusive W504)
W503
#
suppress linter warning about MPI init fn call before module-level imports
#
and long comment lines in externally-written tcn.py
per-file-ignores
=
mpi_learn.py:E402
tcn.py:E501
Back
|
FazBrowse Home
|
New Git URL