chore: upgrade deps and fix ruff lint issues (#374)

* chore: upgrade deps and apply ruff lint for tests/

* style: fix ruff lint issues
This commit is contained in:
Waket Zheng
2024-12-05 15:56:00 +08:00
committed by GitHub
parent 252cb97767
commit 44025823ee
9 changed files with 37 additions and 51 deletions

View File

@@ -3,4 +3,4 @@ from aerich.utils import import_py_file
def test_import_py_file() -> None:
m = import_py_file("aerich/utils.py")
assert getattr(m, "import_py_file")
assert getattr(m, "import_py_file", None)