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

Set N818 to check error suffix on exception names. #157

Merged
merged 11 commits into from
Apr 18, 2021
Prev Previous commit
Improve tox call to include an empty list for extended-default-ignore.
ecolell committed Apr 17, 2021
commit 6d62db81d7967e123e29673a4796fefec6f06d26
1 change: 1 addition & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -89,6 +89,7 @@ def parse_options(checker, options):
options_manager.add_option('--ignore', default=[])
options_manager.add_option('--extend-ignore', default=[])
options_manager.add_option('--enable-extensions', default=[])
options_manager.add_option('--extended-default-ignore', default=[])
checker.add_options(options_manager)
processed_options, _ = options_manager.parse_args(options)
checker.parse_options(processed_options)