mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
Enable excludes (#18)
This commit is contained in:
parent
7359e862c1
commit
b11a7eefa3
10 changed files with 140 additions and 83 deletions
9
resources/test/src/excluded.py
Normal file
9
resources/test/src/excluded.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
a = "abc"
|
||||
b = f"ghi{'jkl'}"
|
||||
|
||||
c = f"def"
|
||||
d = f"def" + "ghi"
|
||||
e = (
|
||||
f"def" +
|
||||
"ghi"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue