1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-18 05:38:58 -04:00

Added more pre-commit hook tests

also added pre-commit job for tox.
This commit is contained in:
2021-01-07 17:00:42 -05:00
parent 9f4cc27a11
commit 4c0150dd97
13 changed files with 32 additions and 6 deletions
+11
View File
@@ -6,11 +6,22 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: fix-encoding-pragma
- id: detect-private-key
- id: check-merge-conflict
- id: check-case-conflict
- id: check-docstring-first
- id: check-builtin-literals
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
hooks: