From 88a2db201e32a2b56948fbfc28353f56ac51b220 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 21 Jan 2023 00:15:38 +0200 Subject: [PATCH] README: `--force-exclude` is already set (#21) Re: https://github.com/charliermarsh/ruff-pre-commit/issues/19 / https://github.com/charliermarsh/ruff-pre-commit/pull/20 If I understand this is now always set, no need to include it in the README example. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 47de00a..6bd6c00 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ Add this to your `.pre-commit-config.yaml`: rev: 'v0.0.191' hooks: - id: ruff - # Respect `exclude` and `extend-exclude` settings. - args: ["--force-exclude"] ``` ## License