Skip to content

Commit

Permalink
chore: Adjust ruff rule configs
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 4, 2024
1 parent 285ae25 commit ad79af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ ignore = [
"ANN401",
"ANN101",
"ANN102",
"ANN003",
"PLR0913",
"PLR2004",
"PLR0917",
"PLR6301",
"ANN002",
"ERA001",
"RUF100",
]
preview = true
select = [
Expand Down Expand Up @@ -72,6 +74,7 @@ select = [
"LOG",
"PL",
"TRY",
"RUF",
]

[tool.ruff.lint.flake8-type-checking]
Expand Down

0 comments on commit ad79af4

Please sign in to comment.