renku-python
renku-python copied to clipboard
chore: update precommit
Adds some more pre-commit checks, updates revisions of checks, properly formats file
New checks are:
- check filename case for python files (
MyPythonFile.pyis invalid) - ignore helmcharts in check-yaml (it's not proper yaml usually because of templating)
- check no big files are committed to git
- check TOML file formatting
- check not
>>>> HEADstyle git merge markers are committed - check not
breakpoint()style debug statements are committed - add some more options for mypy checks
- use
yesqato warn about unneeded# noqacomments - use
banditto run security checks - use
poetry checkto check pyproject.toml