There was an error while loading. Please reload this page.
2 parents 32f3ce2 + c2d2f51 commit ad95acbCopy full SHA for ad95acb
2 files changed
debian/control
@@ -15,7 +15,6 @@ Build-Depends:
15
libffi-dev,
16
# For QA/Lint
17
pylint,
18
- python3-vici (>= 5.7.2),
19
python3-fastapi,
20
python3-pyudev,
21
python3-systemd,
pyproject.toml
@@ -1,2 +1,5 @@
1
[tool.black]
2
-skip-string-normalization = true
+skip-string-normalization = true
3
+
4
+[tool.pylint.typecheck]
5
+ignored-modules = ["vici"]
0 commit comments