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.
This commit is contained in:
Hugo van Kemenade 2023-01-21 00:15:38 +02:00 committed by GitHub
parent 99c84d0468
commit 88a2db201e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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