Skip to content

Commit e6e3c31

Browse files
committed
Suppress Ruff
1 parent 18c7d8f commit e6e3c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-indent-in-python/sample_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# noqa
1+
# ruff: noqa
22
def add(a, b):
33
answer = a + b
44

0 commit comments

Comments
 (0)