Skip to content

Commit

Permalink
ignore root __init__.py sort issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent dd3084d commit dd94afe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ sphinx-docs = ["Sphinx", "sphinx-rtd-theme"]
vector-db-based = ["langchain", "openai", "cohere", "tiktoken"]
sql = ["sqlalchemy"]

[tool.isort]
skip = ["__init__.py"] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12

[tool.ruff]
exclude = ["__init__.py"] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12

# Setting python version to at least 3.10 avoids `from __future__ import annotations`.
target-version = "py310"
# This is consistent with airbytehq/airbyte root pyproject.toml Black rule defined.
Expand Down

0 comments on commit dd94afe

Please sign in to comment.