| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
disallowed in the future.
|
| |
|
|
|
|
|
| |
This reverts commit ef457b2e4eb215ab9d730afbd61a10ed3b118d3c, reversing
changes made to d2b1f7ebd6ebd57b4a50bc6660e93b31129bacb4.
|
| |
|
|\
| |
| | |
Description cannot contain a newline.
|
|/ |
|
| |
|
|\
| |
| | |
Fix .egg-info metadata support for zipimport
|
| |
| |
| | |
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
| |
| |
| |
| | |
Fixes #2489
|
| | |
|
|\ \
| | |
| | | |
Clarify Development Mode first paragraph
|
| | | |
|
|\ \ \
| | | |
| | | | |
docs (build_meta): fix spelling mistake
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Migrate to `extend-exclude` in flake8 config
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This makes sure that flake8's defaults are in use. Specifically, it
excludes `.tox/` dir that is known to contain a lot of files in nested
folders that are not supposed to be linted.
Refs:
* https://github.com/pypa/setuptools/issues/2501#issuecomment-749144396
* https://github.com/pypa/setuptools/pull/2486/files#r546877674
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-exclude
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-exclude
|
|\ \ \ \
| |_|/ /
|/| | | |
Fix misplaced/mistyped per-file-ignores in flake8
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Ref: https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-per-file-ignores
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Use `extend-ignore` in flake8 config
This option allows to add extra ignored rules to the default list
instead of replacing it.
The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.
Fixes #28.
Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
*
https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore
* Enable complexity limit. Fixes jaraco/skeleton#34.
* Replace pep517.build with build (#37)
* Replace pep517.build with build
Resolves #30
* Prefer simple usage
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Use license_files instead of license_file in meta (#35)
Singular `license_file` is deprecated since wheel v0.32.0.
Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Singular `license_file` is deprecated since wheel v0.32.0.
Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replace pep517.build with build
Resolves #30
* Prefer simple usage
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix code typo in entry_point.rst
|
| | | | |
| | | | |
| | | | | |
In __init__.py the function helloworld() was defined, but everywhere else, hello_world() is called. Rename this function so that it is consistent with the naming in the rest of the file.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use `extend-ignore` in flake8 config
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This option allows adding extra ignored rules to the default list
instead of replacing it.
The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.
Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore
* #2501
* https://github.com//skeleton/issues/28
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use license_files instead of license_file in meta
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Singular `license_file` is deprecated since wheel v0.32.0.
Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Define create_module()/exec_module() in VendorImporter
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Fixes https://github.com/pypa/setuptools/issues/2481
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Enable McCabe complexity check in flake8
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|