Skip to content

Commit

Permalink
Syntax issues in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Nov 27, 2024
1 parent aed42b2 commit fc12c19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ exclude = [

line-length = 119

lint.select = ["E", "F", "I"]
lint.ignore = ["E203", "E266"]
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = ["E203", "E266"]
# E203: Whitespace before ':', used to please Black in `yield items[i : i + n]`
# E266: Too many leading '#' for block comment

Expand Down

0 comments on commit fc12c19

Please sign in to comment.