mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 09:22:19 +00:00
Add --force-exclude
setting to force exclusions with pre-commit
(#1295)
This commit is contained in:
parent
8934f6938d
commit
eff7700d92
10 changed files with 74 additions and 15 deletions
1
setup.py
1
setup.py
|
@ -1,5 +1,6 @@
|
|||
import sys
|
||||
|
||||
import os
|
||||
from setuptools import setup
|
||||
|
||||
sys.stderr.write(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue