Skip to content

Commit abc6084

Browse files
committed
Update linter
1 parent f140d9d commit abc6084

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linter.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ jobs:
6565
VALIDATE_GIT_COMMITLINT: false
6666
PYTHON_MYPY_CONFIG_FILE: .mypy.ini
6767
FILTER_REGEX_INCLUDE: "^src/**"
68-
PYTHON_RUFF_CONFIG_FILE: .ruff.toml

.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ lines-between-types = 1
9494

9595
[lint.pydocstyle]
9696
convention = "google"
97+
ignore-decorators = ["typing.overload"]
98+
ignore-var-parameters = true
9799

98100
[lint.flake8-annotations]
99101
mypy-init-return = true

0 commit comments

Comments
 (0)