Using Ruff, apply Black formatting, as well as linting with pycodestyle, pyflakes, bugbear, isort, and pyupgrade rules. A pre-commit config is available to run this automatically on commit, do pre-commit install --install-hooks in your local repo. https://pre-commit.ci is enabled for this repo, meaning the checks will also run as part of CI and automatic fixes will be pushed to PRs. The tox style env is enabled by default and runs this as part of the tox suite.
Using Ruff, apply Black formatting, as well as linting with pycodestyle, pyflakes, bugbear, isort, and pyupgrade rules. A pre-commit config is available to run this automatically on commit, do
pre-commit install --install-hooks
in your local repo. https://pre-commit.ci is enabled for this repo, meaning the checks will also run as part of CI and automatic fixes will be pushed to PRs. The toxstyle
env is enabled by default and runs this as part of the tox suite.