FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-devtools/setup.cfg at master · GeneralCommission/python-devtools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GeneralCommission
/
python-devtools
Public
forked from
samuelcolvin/python-devtools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-devtools
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (25 loc) · 469 Bytes
Breadcrumbs
python-devtools
/
setup.cfg
Copy path
File metadata and controls
29 lines (25 loc) · 469 Bytes
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
[tool:pytest]
testpaths
= tests
filterwarnings
= error
[flake8]
max-line-length
= 120
max-complexity
= 12
ignore
= E203, W503
[coverage:run]
source
= devtools
branch
= True
[coverage:report]
precision
= 2
exclude_lines
=
pragma: no cover
raise NotImplementedError
raise NotImplemented
if MYPY:
@overload
[isort]
line_length
=120
known_first_party
=devtools
multi_line_output
=3
include_trailing_comma
=True
force_grid_wrap
=0
combine_as_imports
=True
Back
|
FazBrowse Home
|
New Git URL