FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-amazon-mws/setup.cfg at develop · python-amazon-mws/python-amazon-mws · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
python-amazon-mws
/
python-amazon-mws
Public archive
Notifications
You must be signed in to change notification settings
Fork
204
Star
380
Code
Issues
2
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-amazon-mws
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 475 Bytes
Breadcrumbs
python-amazon-mws
/
setup.cfg
Copy path
File metadata and controls
25 lines (21 loc) · 475 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
[metadata]
description-file
= README.md
[flake8]
#
Config adjusted to work with Black formatting:
#
https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/#flake8-checker
ignore
= E203, E266, E501, W503, F403, F401
max-line-length
= 120
exclude
=
.venv
.git
docs
pythonenv*
max-complexity
= 18
select
= B,C,E,F,W,T4,B9
[tool:pytest]
addopts
= -s -v
[isort]
profile
= black
multi_line_output
= 3
[coverage:run]
branch
= True
Back
|
FazBrowse Home
|
New Git URL