summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@glootie.lan.tomvanderlee.com>2023-11-19 16:55:03 +0100
committerGravatar Tom van der Lee <tom@glootie.lan.tomvanderlee.com>2023-11-19 16:55:03 +0100
commit4147da1317c19fa61d6aa265e8370e63231f9207 (patch)
tree316925e780126c97fb10342e3175fd0e6b0aa3fb /.pre-commit-config.yaml
download2023-4147da1317c19fa61d6aa265e8370e63231f9207.tar.gz
2023-4147da1317c19fa61d6aa265e8370e63231f9207.tar.bz2
2023-4147da1317c19fa61d6aa265e8370e63231f9207.zip
Initial commit
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..1232470
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1# See https://pre-commit.com for more information
2# See https://pre-commit.com/hooks.html for more hooks
3repos:
4 - repo: https://github.com/pre-commit/pre-commit-hooks
5 rev: v4.3.0
6 hooks:
7 - id: trailing-whitespace
8 - id: end-of-file-fixer
9 - id: check-merge-conflict
10 - id: debug-statements
11 - id: fix-encoding-pragma
12 - repo: https://github.com/psf/black
13 rev: 22.10.0
14 hooks:
15 - id: black