Skip to content

Instantly share code, notes, and snippets.

@tkdchen
Created February 24, 2024 12:52
Show Gist options
  • Save tkdchen/6327fb057accfadb4462b25a4b34bd9c to your computer and use it in GitHub Desktop.
Save tkdchen/6327fb057accfadb4462b25a4b34bd9c to your computer and use it in GitHub Desktop.
Python linter configuration files matrix
\ setup.cfg pyproject.toml tox.ini own config file
tox [tox:tox] [tool.tox] [tox] tox.ini
pytest [tool:pytest] [tool.pytest.ini_options] [pytest] pytest.ini
flake8 [flake8] - [flake8] .flake8
mypy [mypy] [tool.mypy] - mypy.ini
black - [tool.black] - .black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment