Merge pull request #3593 from wyfo/fix_nox
fix: replace removed `fmt` session by `rustfmt` and `ruff`
This commit is contained in:
commit
81df150823
|
@ -11,7 +11,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple
|
|||
|
||||
import nox
|
||||
|
||||
nox.options.sessions = ["test", "clippy", "fmt", "docs"]
|
||||
nox.options.sessions = ["test", "clippy", "rustfmt", "ruff", "docs"]
|
||||
|
||||
|
||||
PYO3_DIR = Path(__file__).parent
|
||||
|
|
Loading…
Reference in New Issue