Disable fixme for pylint CI check

Signed-off-by: Marek Pikuła <marek.pikula@embevity.com>
This commit is contained in:
Marek Pikuła
2023-04-21 06:19:13 +00:00
parent 44f6f1526c
commit 3cc8d4bc4f

View File

@@ -21,7 +21,7 @@ jobs:
- "black --check --diff"
- "isort --check --diff"
- "pydocstyle"
- "pylint"
- "pylint --disable=fixme"
- "ruff"
- "mypy"
steps: