From 48330429666f5d5591b12c6a034542d622c335d4 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 15 Jul 2019 13:14:20 +0100 Subject: Start hosting `.pre-commit-hooks.yaml`. Refs #2692 --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-hooks.yaml (limited to '.pre-commit-hooks.yaml') diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 000000000..bf6652a7c --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: pylint + name: pylint + entry: pylint + language: python + 'types': [python] + args: [] + additional_dependencies: [] -- cgit v1.2.1