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 f140d9d commit abc6084Copy full SHA for abc6084
.github/workflows/linter.yaml
@@ -65,4 +65,3 @@ jobs:
65
VALIDATE_GIT_COMMITLINT: false
66
PYTHON_MYPY_CONFIG_FILE: .mypy.ini
67
FILTER_REGEX_INCLUDE: "^src/**"
68
- PYTHON_RUFF_CONFIG_FILE: .ruff.toml
.ruff.toml
@@ -94,6 +94,8 @@ lines-between-types = 1
94
95
[lint.pydocstyle]
96
convention = "google"
97
+ignore-decorators = ["typing.overload"]
98
+ignore-var-parameters = true
99
100
[lint.flake8-annotations]
101
mypy-init-return = true
0 commit comments