Skip to content

Commit

Permalink
Merge pull request #3593 from wyfo/fix_nox
Browse files Browse the repository at this point in the history
fix: replace removed `fmt` session by `rustfmt` and `ruff`
  • Loading branch information
davidhewitt authored Nov 22, 2023
2 parents 69870d2 + 226a2a3 commit 81df150
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 @@ -11,7 +11,7 @@

import nox

nox.options.sessions = ["test", "clippy", "fmt", "docs"]
nox.options.sessions = ["test", "clippy", "rustfmt", "ruff", "docs"]


PYO3_DIR = Path(__file__).parent
Expand Down

0 comments on commit 81df150

Please sign in to comment.