From 65c47ade694f82023744ddf4f612a335ad23dd53 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 11 Aug 2021 07:32:59 +0300 Subject: [PATCH] Add the Tryceratops Flake8 plugin. Didn't find any new issues, but let's keep it for now. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c67ec80..ec55595 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -80,6 +80,7 @@ repos: --doctests additional_dependencies: - flake8-bugbear + - tryceratops - repo: https://github.com/mgedmin/check-manifest rev: '0.46' -- GitLab