Skip to content

Commit

Permalink
Updated ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Mar 5, 2024
1 parent ce4b24d commit 273b029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ readme = { file = ["README.md"], content-type = "text/markdown" }

[tool.ruff]
line-length = 120

[tool.ruff.lint]
ignore = [
"D401",
"D205",
Expand Down Expand Up @@ -122,7 +124,7 @@ select = [
"RUF", # ruff specific
]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = [
"F401",
"F403",
Expand Down

0 comments on commit 273b029

Please sign in to comment.