-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bump flake8 version to 3.8.1 #19
Conversation
|
Sorry about that, still a wip pr :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -113,7 +113,9 @@ def make_checkers(self, paths: Optional[List[str]] = None) -> None: | |||
paths[0], checks, self.options, context=self.context | |||
) | |||
] | |||
self.checkers = [checker for checker in checkers if checker.should_process] | |||
self._all_checkers = self.checkers = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also add a comment and link to the Flake8 commit to be more clear.
Looks like a known issue with the failing tests: pypa/virtualenv#1857 |
test_flake8_compat.py
check whether the compatibility layer works as expected