Skip to content

Commit

Permalink
Merge pull request #238 from Crinibus/fix/pyproject.toml-ruff
Browse files Browse the repository at this point in the history
Fix pyproject.toml - ruff setting
  • Loading branch information
Crinibus authored Dec 29, 2023
2 parents 92a56fe + 6fe0aff commit 968ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ line-length = 127
[tool.ruff]
line-length = 127

[tool.ruff.lint.per-file-ignores]
[tool.ruff.per-file-ignores]
"__init__.py" = ["E402"]

0 comments on commit 968ddc8

Please sign in to comment.