Skip to content

Commit

Permalink
Rename nox target to match command
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Aug 18, 2024
1 parent cafca7f commit 39a3643
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 @@ -39,7 +39,7 @@ def ruff_format(session: nox.Session) -> None:


@nox.session(python=supported_pythons)
def ruff_lint(session: nox.Session) -> None:
def ruff_check(session: nox.Session) -> None:
"""Lint using Ruff."""
args = session.posargs or locations
session.run(
Expand Down

0 comments on commit 39a3643

Please sign in to comment.