diff options
author | 2021-03-10 17:49:42 +0000 | |
---|---|---|
committer | 2021-03-10 17:49:42 +0000 | |
commit | 2758242609ba4f7cba7e7fbf6dcc5d0932ee3bb5 (patch) | |
tree | 17db5b7764f214f870ecfc1321fcb7a4a3820e6a | |
parent | Merge pull request #616 from python-discord/aoc-fixes (diff) |
Alter pre-commit
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a66bf97c..2e91534a 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 poetry environment. + entry: poetry run flake8 language: system types: [python] require_serial: true |