Skip to content

Commit

Permalink
fix duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 18, 2025
1 parent 7628ec8 commit ed5f0b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions metadata-ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
build-backend = "setuptools.build_meta"
requires = ["setuptools>=63.0.0", "wheel"]

[tool.ruff]
line-length = 88
target-version = "py38"
exclude = [
".git",
"venv",
".tox",
"__pycache__",
]

[tool.ruff.lint.isort]
section-order = ["future", "patch", "standard-library", "third-party", "first-party", "local-folder"]
sections = { "patch" = ["datahub.utilities._markupsafe_compat", "datahub.sql_parsing._sqlglot_patch"] }
Expand Down

0 comments on commit ed5f0b2

Please sign in to comment.