Skip to content

Commit

Permalink
build: exclude ref from code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 28, 2024
1 parent bbf358c commit 81fad4d
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 @@ -48,7 +48,7 @@ eval = [
[tool.black]
line-length = 120
preview = true
exclude = "reference"
extend-exclude = "reference"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 81fad4d

Please sign in to comment.