Skip to content

Commit

Permalink
chore: set line length 100
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent 29ae4fc commit 9d571da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ exclude = ["__init__.py"] # TODO: Remove after this is fixed: https://github.co
# 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.
line-length = 140
line-length = 100

[tool.poe.tasks]
# Build tasks
Expand Down

0 comments on commit 9d571da

Please sign in to comment.