From e9f6501fb6c32e60f717ed523e770ca90b037d1d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 17 May 2021 18:04:16 +0100 Subject: Replace pipenv with poetry Including the pre-commit config here too, so I can actually lint --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a66bf97c..4fe7b689 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: hooks: - id: flake8 name: Flake8 - description: This hook runs flake8 within our project's pipenv environment. - entry: pipenv run flake8 + description: This hook runs flake8 within our project's environment. + entry: poetry run task flake8 language: system types: [python] require_serial: true -- cgit v1.2.3