Skip to content

Commit

Permalink
Update black configuration
Browse files Browse the repository at this point in the history
This is strictly not necessary, but what the hey.  Black no longer
supports the old `src_paths` configuration item, and it is good to
have *something* there to remind ourselves that black can be
configured this way.
  • Loading branch information
sajith committed Jan 26, 2024
1 parent e93897f commit 5c1e660
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 @@ -5,7 +5,7 @@ lint = [
]

[tool.black]
src_paths = ["setup.py", "swagger_server", "bapm_server"]
include = '\.py?$'

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

0 comments on commit 5c1e660

Please sign in to comment.