Skip to content

Commit

Permalink
Fix ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Dec 28, 2024
1 parent ce27c63 commit c8d99a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ filterwarnings = [
]

[tool.ruff]
line-length = 110
target-version = "py39"

[tool.ruff.lint]
select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
Expand All @@ -29,8 +33,6 @@ select = [
"UP", # pyupgrade
"W", # pycodestyle warning
]
line-length = 110
target-version = "py39"

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["vcr"]

0 comments on commit c8d99a9

Please sign in to comment.