From a9ebe70c6b71adf291e0cd2985c071ee5ddd8913 Mon Sep 17 00:00:00 2001 From: xithrius Date: Sat, 2 Jan 2021 14:38:19 -0800 Subject: Changed Python language hook to system. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be57904e..a66bf97c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: name: Flake8 description: This hook runs flake8 within our project's pipenv environment. entry: pipenv run flake8 - language: python + language: system types: [python] require_serial: true -- cgit v1.2.3