Skip to content

Commit

Permalink
switcheroo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Dec 22, 2023
1 parent 29caeaa commit d05d44f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ fail_under = 0
show_missing = true
exclude_lines = ["pragma: no cover", "raise NotImplementedError"]

[tool.ruff.format]
docstring-code-format = true

[tool.ruff]
line-length = 88
show-fixes = true
Expand All @@ -63,6 +66,3 @@ select = [
"T201", # Print Statement
]
ignore = ["E501"] # Ruff format takes care of line-too-long

[tool.ruff.format]
docstring-code-format = true

0 comments on commit d05d44f

Please sign in to comment.