From 71a037f86d21b07d03e4385b89dcd21649d26eb7 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 21 Jan 2023 00:10:15 +0200 Subject: [PATCH] --force-exclude is already set --- 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