Skip to content

Commit

Permalink
Use force-exclude to make black work with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pt1243 committed Oct 18, 2023
1 parent 678098b commit e78e0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ warn_unused_configs = true
[tool.black]
line-length = 120
target-version = ["py38", "py39", "py310", "py311", "py312"]
force-exclude = true
extend-exclude = '''
(
docs
Expand Down

0 comments on commit e78e0bd

Please sign in to comment.