Closed ddelange closed 3 years ago
For anyone looking to workaround this issue, see pull request https://github.com/afonasev/flake8-plugin-utils/pull/52.
JFYI, this should probably be working after #56 was merged.
I've released flake8-pytest-style
v1.4.2 which depends on the new version of this library.
JFYI, this should probably be working after #56 was merged. I've released
flake8-pytest-style
v1.4.2 which depends on the new version of this library.
Can confirm that this error does not occur anymore with flake8-plugin-utils-1.3.2 flake8-pytest-style-1.4.2
🎉
Description
This plugin breaks my linting setup, and therefore had to uninstall it (plus its dependent
flake8-pytest-style
).My editor is Sublime Text (latest). The linting system used is SublimeLinter (latest), which I point to the flake8 bin in my venv.
What I Did
SublimeLinter does something like
With a subsequent error:
When I uninstall this plugin and its dependent(s) from my venv, SublimeLinter starts annotating my files with flake8 warnings as expected.