Skip to content

Commit

Permalink
Fix ruff lint
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Aug 3, 2024
1 parent d95b0a9 commit 348ca05
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ build-backend = "maturin"
name = "pyiceberg_core"
version = "0.0.1"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.optional-dependencies]
test = ["pytest"]

[tool.maturin]
features = ["pyo3/extension-module"]
python-source = "python"
module-name = "pyiceberg_core.pyiceberg_core_rust"

[project.optional-dependencies]
test = ["pytest"]
[tool.ruff.lint]
ignore = ["F403", "F405"]

0 comments on commit 348ca05

Please sign in to comment.