FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
importall/setup.cfg at main · python-packaging/importall · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-packaging
/
importall
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
importall
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (51 loc) · 1.12 KB
Breadcrumbs
importall
/
setup.cfg
Copy path
File metadata and controls
61 lines (51 loc) · 1.12 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name
= importall
description
= Imports all importable files in a package
long_description
= file: README.md
long_description_content_type
= text/markdown
license
= MIT
url
= https://github.com/python-packaging/importall/
author
= Tim Hatch
author_email
= tim@timhatch.com
[options]
packages
= importall
setup_requires
=
setuptools_scm
setuptools >= 38.3.0
python_requires
= >=3.6
[options.entry_points]
console_scripts
=
importall
= importall.main:main
[check]
metadata
= true
strict
= true
[coverage:run]
branch
= True
include
= importall/*
omit
= importall/tests/*
[coverage:report]
#
this can't be 100 without pragmas
fail_under
= 95
precision
= 1
show_missing
= True
skip_covered
= True
[isort]
line_length
= 88
multi_line_output
= 3
force_grid_wrap
= False
include_trailing_comma
= True
use_parentheses
= True
[mypy]
ignore_missing_imports
= True
[tox:tox]
envlist
= py36, py37, py38
[testenv]
deps
= -rrequirements-dev.txt
whitelist_externals
= make
commands
=
make test
setenv
=
py{36,37,38}:
COVERAGE_FILE
={envdir}/.coverage
[flake8]
ignore
= E203, E231, E266, E302, E501, W503
max-line-length
= 88
Back
|
FazBrowse Home
|
New Git URL