Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flake8-no-pep420 plugin for ruff #2315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cutwater
Copy link
Contributor

This PR adds flake8-no-pep420 plugin for ruff and fixes the following warnings:

  • INP001 File galaxy_ng/app/api/ui/v2/filters.py is part of an implicit namespace package. Add an __init__.py.

Implicit namespace packages defined in PEP420 are easily misused and are a hidden source of import bugs later on.

This PR adds flake8-no-pep420 plugin for ruff and fixes the following
warnings:

* INP001 File `galaxy_ng/app/api/ui/v2/filters.py` is part of an implicit namespace package. Add an `__init__.py`.

Implicit namespace packages defined in PEP420 are easily misused and
are a hidden source of import bugs later on.
@github-actions github-actions bot added backport-4.9 This PR should be backported to stable-4.9 (2.4) backport-4.10 labels Oct 16, 2024
@cutwater cutwater removed backport-4.9 This PR should be backported to stable-4.9 (2.4) backport-4.10 labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant