From e58532ffc37aa7a12314154c18e3f84aa4d10e99 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Mon, 16 Dec 2024 15:09:00 +0100 Subject: [PATCH] Remove output-format flag from ruff Full is the default --- .pre-commit-config.yaml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5d59a4..ec7d5e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,6 @@ repos: - id: ruff name: "Ruff linting" args: [ - '--output-format=full', '--statistics' ] # Run the formatter diff --git a/pyproject.toml b/pyproject.toml index f31daeb..219072e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,3 @@ line-length = 88 extend-exclude = [ ".egg-info", ] -output-format = "full"