Skip to content

Commit

Permalink
chore: fix automatically with ruff (osl-incubator#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Dec 27, 2023
1 parent 340ca13 commit 68c7697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ ignore = ["RUF012"]
exclude = [
"docs",
]
fix = true

[tool.ruff.lint]
select = [
Expand All @@ -80,6 +81,7 @@ select = [
"PL", # PL
"RUF", # Ruff-specific rules
"I001", # isort
"I002", # isort
]

[tool.ruff.pydocstyle]
Expand Down

0 comments on commit 68c7697

Please sign in to comment.