Remove extraneous test_project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user