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 422d6ac commit c8d96f8Copy full SHA for c8d96f8
.github/linters/.ruff.toml
@@ -81,6 +81,7 @@ exclude = [
81
"venv",
82
"*/migrations/*",
83
"test_*",
84
+ "noxfile.py",
85
]
86
87
[lint.isort]
@@ -98,7 +99,7 @@ lines-between-types = 1
98
99
100
[lint.pydocstyle]
101
convention = "google"
-ignore-decorators = ["typing.overload"]
102
+ignore-decorators = ["typing.overload", "abc.abstractmethod"]
103
ignore-var-parameters = true
104
105
[lint.flake8-annotations]
0 commit comments