We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c7d8f commit e6e3c31Copy full SHA for e6e3c31
how-to-indent-in-python/sample_code.py
@@ -1,4 +1,4 @@
1
-# noqa
+# ruff: noqa
2
def add(a, b):
3
answer = a + b
4
0 commit comments