From b0ce41dea2fa58b5ad2dcebef85916d32fa33ddd Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 11 Sep 2024 08:51:47 +0200 Subject: [PATCH] Remove use of flake8 from pre-commit --- .pre-commit-config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e554930d..519a12b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,7 @@ repos: - id: mixed-line-ending - id: end-of-file-fixer - id: debug-statements -- repo: https://github.com/pycqa/flake8 - rev: 3.9.2 - hooks: - - id: flake8 - name: "Flake8: critical" - args: ['--count', '--select=E9,F63,F7,F82', '--show-source', '--statistics'] - types: [file, python] + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.4 hooks: