Skip to content

Commit

Permalink
ruff: upgrade config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Feb 17, 2024
1 parent 67c0548 commit b91f876
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ line-length = 120
safe = true

[tool.ruff]
select = ["ALL"]
ignore = [
lint.select = ["ALL"]
lint.ignore = [
"I",
"D",

Expand Down Expand Up @@ -136,7 +136,6 @@ ignore = [
"TD002",
"TD003",
"TRY003",
"TRY200",
"UP032",
]
line-length = 120
Expand Down

0 comments on commit b91f876

Please sign in to comment.