Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jwodder/check-wheel-contents issues and pull requests

#41 - Add checker for direct dependency

Issue - State: open - Opened by tiran 5 months ago

#40 - Check for entry points correctness?

Issue - State: open - Opened by wimglenn 5 months ago

#38 - [gh-actions](deps): Bump codecov/codecov-action from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: d:github-actions, dependencies

#37 - [gh-actions](deps): Bump actions/setup-python from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: d:github-actions, dependencies

#36 - Use `zipfile.Path` to simplify `filetree.py`

Issue - State: open - Opened by jwodder 10 months ago
Labels: under consideration, code quality, internal

#35 - Ignore files in `*.dist-info/` for W002

Issue - State: open - Opened by jwodder 10 months ago
Labels: c:W002

#34 - Pluralize the names of the `package` and `src_dir` configuration options

Issue - State: open - Opened by jwodder 10 months ago
Labels: under consideration, configuration

#33 - Allow spelling underscores as hyphens in configuration option names

Issue - State: open - Opened by jwodder 10 months ago
Labels: under consideration, configuration

#32 - Warn/error if `package`/`src_dir` in the config file is empty

Issue - State: open - Opened by jwodder 10 months ago
Labels: under consideration, configuration, robustness

#31 - Implement W101 and W102 using a `Directory.contains_path()` method

Issue - State: open - Opened by jwodder 10 months ago
Labels: under consideration, c:W101, c:W102, code quality, internal

#30 - Add a check for binaries having correct architecture in cross build environments

Issue - State: open - Opened by raymanP 11 months ago
Labels: enhancement, new check

#29 - Add an option for making the W101 and W102 checks honor a project's `.gitignore`

Issue - State: open - Opened by jwodder 11 months ago
Labels: enhancement, c:W101, c:W102

#28 - Add a check for pathnames that are invalid UTF-8

Issue - State: open - Opened by jwodder 12 months ago
Labels: enhancement, new check

#27 - [gh-actions](deps): Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: d:github-actions, dependencies

#26 - Update pydantic to v2.0

Pull Request - State: closed - Opened by jwodder about 1 year ago - 1 comment
Labels: dependencies

#25 - Exclude top level packages from W005

Pull Request - State: closed - Opened by gaborbernat about 1 year ago - 1 comment
Labels: enhancement, c:W005

#24 - W005 should respect toplevel

Issue - State: closed - Opened by henryiii about 1 year ago - 1 comment
Labels: enhancement, c:W005

#23 - Support for pydantic 2.0

Issue - State: closed - Opened by jonyscathe about 1 year ago - 2 comments
Labels: dependencies

#22 - Run tests on Windows

Issue - State: closed - Opened by domdfcoding about 3 years ago - 2 comments
Labels: tests

#20 - Add a check for multiple modules in the same directory with the same basename

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#19 - Add a check for both path/foo.py and path/foo/__init__.py being present

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#18 - Add a check for the same module/package/path existing in both purelib and platlib

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#17 - Add a check for *-stubs directories that contain non-*.pyi files

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#16 - Add a check for *-stubs directories that do not contain any *.pyi files

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#15 - Add a check for *.pyi files in a directory without a py.typed file

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#14 - Add a check for *.pyi files without matching *.py files

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#13 - Add a check for common development files in a wheel

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#12 - Add a check for file pairs that differ only in case

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#11 - Add a check for files with paths that are invalid on Windows

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#9 - Add a check for "garbage" files in a wheel

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#8 - Add a check for VCS files in a wheel

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, new check

#7 - Add a config option for setting allowed sets of duplicates for W002

Issue - State: open - Opened by jwodder about 3 years ago - 1 comment
Labels: enhancement, c:W002

#6 - Add a config option for ignoring checks for specific files in a wheel

Issue - State: open - Opened by jwodder about 3 years ago
Labels: enhancement, configuration

#5 - W004 fails Django migrations directories

Issue - State: closed - Opened by hmpf about 3 years ago - 1 comment
Labels: c:W004

#4 - Specify UTF-8 encoding when reading TOML files.

Pull Request - State: closed - Opened by domdfcoding about 3 years ago - 5 comments
Labels: bugfix

#2 - W002 false positive

Issue - State: open - Opened by pmeier about 4 years ago - 1 comment
Labels: c:W002

#1 - comparision to twine

Issue - State: closed - Opened by gaborbernat over 4 years ago - 2 comments
Labels: question