From 149abe38114aa41e9f55dc7e723bc63cd56684e0 Mon Sep 17 00:00:00 2001 From: Dominic Tarro Date: Tue, 13 Jun 2023 23:17:49 -0400 Subject: [PATCH] discontinued hook --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db69492..ca284ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,6 @@ repos: - id: interrogate args: [-vv] pass_filenames: false - - repo: https://github.com/fsouza/autoflake8 - rev: v0.3.2 - hooks: - - id: autoflake8 - language_version: python3 - args: [ - '--in-place', - ] - repo: local hooks: - name: pytest