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 695b35b commit 5d85bfdCopy full SHA for 5d85bfd
article/article.md
@@ -79,7 +79,7 @@ dags/dummy.py
79
80
So we need to disable `E0401` check from `pylint`.
81
82
-Another possible solution to disable this check is to include `# noqa: E0401` to import statement.
+Also, there is another possible solution to disable this check is to include `# noqa: E0401` into the import statement.
83
84
```python
85
from airflow import DAG # noqa: E0401
@@ -191,3 +191,5 @@ I wish you to see these success checks every time you push your code :)
191
If you have any questions feel free to ask in a comment section, I will do my best to provide a comprehensive answer for you.
192
193
Question to you: do you have linter checks as a part of your CI/CD?
194
+
195
+Todor1995!
0 commit comments