fix: replace removed fmt session by rustfmt and ruff

This commit is contained in:
Joseph Perez 2023-11-22 21:00:51 +01:00
parent abe518d164
commit 226a2a3f7a
No known key found for this signature in database
GPG key ID: FE77882EF19365C5

View file

@ -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