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

Fix misplaced/mistyped per-file-ignores in flake8 #2509

Merged
merged 3 commits into from
Jan 16, 2021

Conversation

webknjaz
Copy link
Member

Summary of changes

This PR gets rid of the invalid ignore entries in the flake8 config. They were introduced in 313ac58 while being moved from the pytest config. The correct flake8 syntax is per-file-ignores with colon-separated entries.
I'm pretty sure this never worked.

Also, setuptools/site-patch.py doesn't even exist anymore + setuptools/py*compat.py matches setuptools/py34compat.py that doesn't generate any violations meaning that introducing the correct per-file-ignores is currently unnecessary.

Refs:

Pull Request Checklist

@webknjaz webknjaz requested a review from jaraco December 26, 2020 21:16
@jaraco jaraco merged commit 4a7d891 into pypa:main Jan 16, 2021
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.

None yet

2 participants