mirror of https://github.com/astral-sh/ruff
Remove extraneous test_project
This commit is contained in:
parent
4bb6b4851a
commit
d6f51e55dd
|
|
@ -1,5 +0,0 @@
|
|||
import os
|
||||
|
||||
|
||||
def f():
|
||||
x = 1
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
import os
|
||||
|
||||
|
||||
def f():
|
||||
x = 1
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[tool.ruff]
|
||||
src = ["docs_snippets"]
|
||||
extend-ignore = ["F401"]
|
||||
extend-exclude = ["./docs_snippets/concepts/ignore.py"]
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[tool.ruff]
|
||||
src = ["src"]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
import os
|
||||
|
||||
|
||||
def f():
|
||||
x = 1
|
||||
Loading…
Reference in New Issue