Closed webknjaz closed 4 years ago
The example configs cap isort below v5 for flake8 but I think we can try pinning flake8-isort to use the new alpha version: https://github.com/gforcada/flake8-isort/pull/92#issuecomment-670480995.
TODO list:
[x] add-trailing-comma
[x] base pre-commit-hooks
[x] pre-commit-hooks-markup
[x] pydocstyle
[x] yamllint
[x] pylint (local)
[x] darglint
[x] isort (hook & config)
[x] flake8
[x] flake8-wemake-plugin
[x] mypy
We can now start configuring linting-related things.
Please take as a base these:
consistent
tofalse
)pylint --generate-rcfile > .pylintrc
and only then borrow things from examples, only if necessary, in separate commits, for comparison)Since it's a lot of changes, feel free to submit separate PRs with small changes.