1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

feat: add pre-commit hooks

Add pre-commit hooks for running pylint and gitlint.
This commit is contained in:
Christoph Miksche
2020-05-08 11:42:39 +02:00
parent b92496fc0d
commit 054999a72e
3 changed files with 27 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ fire = "*"
configparser = "*"
gitlint = "*"
pylint = "*"
pre-commit = "*"
[requires]
python_version = "3.7"