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 afd58a4 commit ae6adccCopy full SHA for ae6adcc
.ruff.toml
@@ -7,7 +7,6 @@ target-version = "py312"
7
extend-ignore = [
8
"D100", # Missing docstring in public module
9
"D104", # Missing docstring in public package
10
- # airflow dags are not required to have docstrings
11
"D203", # 1 blank line required before class docstring
12
"D213" # Multi-line docstring summary should start at the second line
13
]
0 commit comments