Skip to content

Commit 41cd15d

Browse files
committed
feat: add test data which triggers ruff complains
Signed-off-by: Nerijus Bendžiūnas <[email protected]>
1 parent 7187924 commit 41cd15d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test-data/some.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#/usr/bin/env python
2+
3+
import sys
4+
5+
import time
6+
7+
print("foo")

0 commit comments

Comments
 (0)