Skip to content

Commit

Permalink
Ensure pylint task cleans the working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Aug 14, 2024
1 parent 384f984 commit 7e5fd8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def lint_pylint(session: nox.Session) -> None:
session.install("pylint", "pylint-django")
session.run(f"python{session.python}", "-Im", "pylint", "--version")
session.run(f"python{session.python}", "-Im", "pylint", "src/", "tests/")
clean()


# Packaging checks.
Expand Down

0 comments on commit 7e5fd8d

Please sign in to comment.