chore: use the new github actions reporter for pylint (#1827)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-05-15 23:15:53 -04:00
committed by GitHub
parent 666a2c3f1a
commit f8894e67f5
3 changed files with 2 additions and 36 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def pylint(session: nox.Session) -> None:
Run pylint.
"""
session.install("pylint", ".")
session.install("pylint>=3.2", "-e.")
session.run("pylint", "cibuildwheel", *session.posargs)