Skip to content

Commit

Permalink
final simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jan 17, 2025
1 parent b1df71b commit 13bf8fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions metadata-ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ extend-exclude = '''
include = '\.pyi?$'
target-version = ['py38', 'py39', 'py310', 'py311']


[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"] }
known-first-party = ["datahub"]

#combine-as-imports = true
combine-as-imports = true

[tool.ruff]
# Same as Black.
Expand Down Expand Up @@ -59,7 +56,6 @@ extend-ignore = [
max-complexity = 20

[tool.ruff.lint.flake8-tidy-imports]
# Disallow all relative imports.
ban-relative-imports = "all"

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 13bf8fb

Please sign in to comment.