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 d11ce1e commit ae7b02dCopy full SHA for ae7b02d
noxfile.py
@@ -26,7 +26,7 @@ def pylint(session: nox.Session) -> None:
26
# This needs to be installed into the package environment, and is slower
27
# than a pre-commit check
28
session.install("-e.[dev,test]", "pylint")
29
- session.run("pylint", "src", *session.posargs)
+ session.run("pylint", "scikit_build_core", *session.posargs)
30
31
32
@nox.session(reuse_venv=True)
pyproject.toml
@@ -160,7 +160,8 @@ profile = "black"
160
161
162
[tool.pylint]
163
-master.py-version = "3.7"
+py-version = "3.7"
164
+jobs = "0"
165
reports.output-format = "colorized"
166
similarities.ignore-imports = "yes"
167
good-names = ["f"]
0 commit comments