summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/ruff/bad.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/files/ruff/bad.py')
-rw-r--r--tools/lint/test/files/ruff/bad.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/lint/test/files/ruff/bad.py b/tools/lint/test/files/ruff/bad.py
new file mode 100644
index 0000000000..0015d7e7f9
--- /dev/null
+++ b/tools/lint/test/files/ruff/bad.py
@@ -0,0 +1,4 @@
+import distutils
+
+if not "foo" in "foobar":
+ print("oh no!")