summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-08-23 23:43:15 +0200
committerJules Chéron <43635101+jules-ch@users.noreply.github.com>2021-12-10 00:18:58 +0100
commita94a2a6217108ad88cab8f1139fdc9ddcc68669c (patch)
tree5fdc95e391be1e05a7f583b2769c27ac085cf321 /.pre-commit-config.yaml
parent80bdd5e2e70ec66b4555b0f415c3605cf596d858 (diff)
downloadpint-a94a2a6217108ad88cab8f1139fdc9ddcc68669c.tar.gz
add more hooks
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dfe7f24..1ee7f52 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,10 @@
repos:
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.0.1
+ hooks:
+ - id: trailing-whitespace
+ - id: end-of-file-fixer
+ - id: check-yaml
- repo: https://github.com/psf/black
rev: 21.11b1
hooks:
@@ -11,4 +17,3 @@ repos:
rev: 3.9.2
hooks:
- id: flake8
-