mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Replace isort with ruff for import sorting
- Update pre-commit config to use ruff with --select=I for imports only - Apply ruff import sorting to fix pre-commit issues - Ruff and black work together without conflicts
This commit is contained in:
parent
55cdb83cbf
commit
61fdc37f61
13 changed files with 21 additions and 11 deletions
|
|
@ -9,6 +9,7 @@ import torch
|
|||
from lightning.pytorch.callbacks import ModelCheckpoint
|
||||
from lightning.pytorch.loggers import TensorBoardLogger
|
||||
from neps.utils.common import get_initial_directory, load_lightning_checkpoint
|
||||
|
||||
from pytorch_fob.engine.engine import Engine, Run
|
||||
|
||||
#############################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue