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
In the build matrix, multiple different OS / Python version configurations run the same linters:
on Linux/Win/macOS with Python 3.7 thru 3.10:
flake8 via pytest-flake8
isort via pytest-isort
mypy and pylint are run as part of the darker run on Linux/Win/macOS with Python 3.9 and 3.10. But we could argue that's useful duplication since it exercises the --lint functionality of Darker on different platforms.
The text was updated successfully, but these errors were encountered:
In the build matrix, multiple different OS / Python version configurations run the same linters:
flake8
viapytest-flake8
isort
viapytest-isort
mypy
andpylint
are run as part of thedarker
run on Linux/Win/macOS with Python 3.9 and 3.10. But we could argue that's useful duplication since it exercises the--lint
functionality of Darker on different platforms.The text was updated successfully, but these errors were encountered: