Skip to content

Commit

Permalink
Updated ruff arguments (avoid deprecation hint)
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 15, 2024
1 parent 1373d79 commit 5522a5d
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 @@ -74,7 +74,7 @@ def lint(session):
"""
session.install('ruff', 'mypy')
session.run('mypy', 'segno')
session.run('ruff', '.')
session.run('ruff', 'check', '.')


@nox.session(python=_PY_DEFAULT_VERSION)
Expand Down

0 comments on commit 5522a5d

Please sign in to comment.