Skip to content

Commit

Permalink
Merge pull request #227 from dcermak/pylint-bump
Browse files Browse the repository at this point in the history
Pylint bump & misc fixes
  • Loading branch information
dcermak committed Sep 11, 2024
2 parents 6ebfb68 + 8dc2cc9 commit 54738a5
Show file tree
Hide file tree
Showing 11 changed files with 614 additions and 449 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def coverage(session: Session):
def lint(session: Session):
session.install("-r", "test-requirements.txt")
session.run("mypy", "pytest_container")
session.run("pylint", "--fail-under", "9.3", "pytest_container", "tests/")
session.run("pylint", "pytest_container", "tests/")
session.run("twine", "check", "dist/*.whl")


Expand Down
249 changes: 164 additions & 85 deletions poetry.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 54738a5

Please sign in to comment.