Skip to content

Commit

Permalink
Merge pull request #24941 from Skylion007/patch-1
Browse files Browse the repository at this point in the history
Fix ruff config bug
  • Loading branch information
oscarbenjamin committed Apr 27, 2024
2 parents 95085aa + 735d593 commit 286d733
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ markers = [
[tool.ruff]
# Enable Pyflakes `E` and `F` codes by default.
lint.select = [
"C40",
"C416",
"C419",
"C4",
"E",
"F",
"LOG",
Expand Down

0 comments on commit 286d733

Please sign in to comment.