Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart authored Aug 12, 2024
1 parent 73268e4 commit e93af74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def lint(session: nox.Session) -> None:
Run lint with ruff.
"""
session.install("-e.[dev]")
session.run("ruff", "brazilcep")
session.run("ruff", "check", "brazilcep")


@nox.session
Expand Down

0 comments on commit e93af74

Please sign in to comment.