<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. THE ISSUE WILL BE CLOSED IF INSUFFICIENT INFORMATION IS PROVIDED. --> ## Description <!--Provide a brief description of the issue--> Warning labels don't conform to flake8 rules ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue. If possible, please include a small, self-contained reproduction. --> 1. Install a recent flake8 2. Install latest flake8-slots 3. Run `flake8 --version` ## Actual result: <!--Please add screenshots if needed and include the Python traceback if present--> ``` There was a critical error during execution of Flake8: plugin code for `flake8-slots[SLOT]` does not match ^[A-Z]{1,3}[0-9]{0,3}$ ``` ## Expected result: ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> ## Version * Operating System: * Python: * flake8-slots: ## Installation source <!-- e.g. GitHub repository, GitHub Releases, PyPI/pip, Anaconda/conda --> ## Other Additional Information: <!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue--> I think this comes from https://flake8.pycqa.org/en/latest/release-notes/5.0.0.html#backwards-incompatible-changes
Description
Warning labels don't conform to flake8 rules
Steps to Reproduce
flake8 --versionActual result:
Expected result:
Reproduces how often:
Version
Installation source
Other Additional Information:
I think this comes from https://flake8.pycqa.org/en/latest/release-notes/5.0.0.html#backwards-incompatible-changes