Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore false positives PEP8 issues in utils/check_test_configuration.py
When running 'flake8' against 'utils/check_test_configuration.py' errors E221 and E321 are raised inside string values instead of Python code. This patch adds configuration to ignore both errors in this file.
- Loading branch information