Skip to content

Commit

Permalink
Restore the old black invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Jun 28, 2024
1 parent c32dae1 commit e489e20
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 @@ -99,7 +99,7 @@ def lint(session):
if is_latest_python(session):
# we run black only on the newest Python version to ensure that the code is formatted with the latest version
session.install("black ~= 24.4")
session.run("black", "--check", f"{ROOT_DIR / 'pydsdl'}")
session.run("black", "--check", ".")


@nox.session(reuse_venv=True)
Expand Down

0 comments on commit e489e20

Please sign in to comment.