Skip to content

Commit

Permalink
Merge pull request #229 from barseghyanartur/dev
Browse files Browse the repository at this point in the history
Improve ruff checks (#228)
  • Loading branch information
barseghyanartur authored Nov 21, 2024
2 parents 0cabdd1 + 4e39551 commit 034b801
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 @@ -121,7 +121,7 @@ build-backend = "setuptools.build_meta"
line-length = 80

# Enable Pyflakes `E` and `F` codes by default.
lint.select = ["E", "F", "I"]
lint.select = ["E", "F", "I", "Q"]
lint.ignore = []
# Enable autofix for formatting and import sorting
fix = true
Expand Down

0 comments on commit 034b801

Please sign in to comment.