-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Enable
INP
Ruff checks (#1501)
<h2>Rationale</h2> <p>Implicit namespace packages are directories of Python files without an <code>__init__.py</code>. They’re valid and importable, but they break <em>many</em> tools, such as:</p> <ul> <li><p><a href="https://bugs.python.org/issue23882" rel="nofollow">unittest test discovery</a> (and by extension, Django’s test runner)</p></li> <li><p><a href="nedbat/coveragepy#1024" rel="nofollow">Coverage.py</a></p></li> <li><p>Mypy without its <a href="https://mypy.readthedocs.io/en/latest/command_line.html#import-discovery" rel="nofollow">–namespace-packages option</a></p></li> <li><p><a href="pytest-dev/pytest#5147" rel="nofollow">pytest</a></p></li> </ul> https://pypi.org/project/flake8-no-pep420/
- Loading branch information
1 parent
86e3b37
commit ee2552a
Showing
7 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.