Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fixup! Black and Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Sep 26, 2023
1 parent 99b26f5 commit 4de9c01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tool.black]
line-length = 80

[tool.ruff]
line-length = 80
ignore = ["E501"]
extend-select = [
"I",
"C4",
"SIM",
"Q003",
"RET",
]

0 comments on commit 4de9c01

Please sign in to comment.