- Still running too many linting tools... it might be time to finally deprecate pylint and possibly pydocstyle. - Bandit can probably use `pyproject.toml` now that early Python versions have been deprecated (will require `bandit[toml]` for Py <= 3.10) - Update linting rules being applied (lengthen line limits, etc) - Add a `mypy` config but leave it out of the default `tox` environment list for now (until the codebase is properly typed)
pyproject.tomlnow that early Python versions have been deprecated (will requirebandit[toml]for Py <= 3.10)mypyconfig but leave it out of the defaulttoxenvironment list for now (until the codebase is properly typed)