You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `pytest-flake8` plugin broke with a recent update of `flake8`.
According to this thread: pytest-dev/pytest#9217 (comment)
running these kinds of checks within `pytest` is an anti-pattern and should be avoided.
So I've moved `black`, `mypy`, and `flake8` checks away from their pytest plugins.
0 commit comments