Skip to content

Commit

Permalink
ci: use pylint 3.2 github formatter instead
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 14, 2024
1 parent 0964629 commit 71e1271
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
32 changes: 0 additions & 32 deletions .github/matchers/pylint.json

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
submodules: true

- name: Run PyLint
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox[uv] -s pylint
run: pipx run nox[uv] -s pylint -- --output-format=github

cmake:
name: CMake 🐍 ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def pylint(session: nox.Session) -> None:
Run pylint.
"""

session.install("pylint==3.1.*")
session.install("pylint==3.2.*")
session.install(".")
session.run("pylint", "src", *session.posargs)

Expand Down

0 comments on commit 71e1271

Please sign in to comment.