Rebranding, refactoring, renaming, cleanup, updated docs
This commit is contained in:
@@ -53,6 +53,7 @@ ignore = [
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"__init__.py" = ["F401"]
|
||||
"tests/*" = ["B011"]
|
||||
"tests/conftest.py" = ["E402"] # Module level imports not at top of file - needed for test setup
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
|
||||
|
||||
Reference in New Issue
Block a user