Most developers at APN use VS code. It would be great to have a settings.json template for Python projects, which uses more or less the same set of checkers and linters as we do when invoking pre-commit. The behaviour will however not be fully reproducible as some linter settings (i.p. pylint, mypy) cannot be set in pyproject.toml for VS code, but require additional files (e.g. pylintrc).
Most developers at APN use VS code. It would be great to have a
settings.jsontemplate for Python projects, which uses more or less the same set of checkers and linters as we do when invoking pre-commit. The behaviour will however not be fully reproducible as some linter settings (i.p. pylint, mypy) cannot be set inpyproject.tomlfor VS code, but require additional files (e.g.pylintrc).