From c8142425528cafc0352566ba2873db6b1d6ab10c 2021-10-23 12:01:14 From: Samuel Gaist Date: 2021-10-23 12:01:14 Subject: [PATCH] [pre-commit] Add initial configuration --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..6af0afb --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,16 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v3.2.0 + hooks: + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files + +- repo: https://github.com/akaihola/darker + rev: 1.3.1 + hooks: + - id: darker + diff --git a/MANIFEST.in b/MANIFEST.in index ec33beb..8740db3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,7 @@ include pytest.ini include mypy.ini include .mailmap include .flake8 +include .pre-commit-config.yaml recursive-exclude tools * exclude tools