Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use alternative parse_options signature.
Flake8 has two choices here, first it tries parse_options(optmanager, options, extra_args) and if that fails with a TypeError, does parse_options(options) If parse_options fails, we get a cleaner single exception if we use the first form - easier for debugging.
- Loading branch information