-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Document that W503 generated by pycodestyle is not PEP 8-compliant #52
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
Labels
good first issue
Good for newcomers
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)
Comments
W503 is incompatible with PEP 8. See #36 for details. We need to document this. |
In fact, let's reopen this as a documentation issue. |
@ambv Weird, I thought I checked the black .flake8 and the W503 wasn't excluded, only it is. How about a black option to generate a default black-compatible .flake8 file? |
tony
added a commit
to tmux-python/tmuxp
that referenced
this issue
Aug 25, 2018
See also: - psf/black#429 - psf/black#52 (W503)
draabe
added a commit
to floodlight-sports/floodlight
that referenced
this issue
Feb 3, 2023
draabe
added a commit
to floodlight-sports/floodlight
that referenced
this issue
Feb 3, 2023
* feat: add discretized voronoi model * test: tests for discretized voronoi model * docs: documentation for discretized voronoi model * test: mark plotting tests as such * fix: exclude W503 from flake (see psf/black#52)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)
Not sure if feature or bug.
The text was updated successfully, but these errors were encountered: