running updated pre-commit plugins

This commit is contained in:
Dan Saunders
2025-03-20 10:30:18 -04:00
committed by Wing Lian
parent aaa4571826
commit 21bac7ce1a
130 changed files with 420 additions and 291 deletions

View File

@@ -1,4 +1,5 @@
"""pytest tests for axolotl CLI merge_sharded_fsdp_weights command."""
# pylint: disable=duplicate-code
from unittest.mock import patch

View File

@@ -1,6 +1,7 @@
"""
unit tests for generating sweep configurations
"""
from axolotl.cli.main import generate_sweep_configs

View File

@@ -1,4 +1,5 @@
"""pytest tests for axolotl CLI utils."""
# pylint: disable=redefined-outer-name
import json