Skip to content

Commit

Permalink
Update pyproject.toml: consistent double quotes (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Jun 18, 2024
1 parent da2061d commit 14cba64
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 @@ -116,7 +116,7 @@ target-version = "py39"
# enable pydocstyle (E), pyflake (F) and isort (I), pytest-style (PT), bugbear (B)
select = ["E", "F", "I", "PT", "D", "B"]
ignore-init-module-imports = true
ignore = ["D211", "D213", 'D206', 'E501', "E741", "D105", "E712", "B904"]
ignore = ["D211", "D213", "D206", "E501", "E741", "D105", "E712", "B904"]
exclude = ["docs"]

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit 14cba64

Please sign in to comment.