Skip to content

Commit

Permalink
Remove now-unneeded Black configuration
Browse files Browse the repository at this point in the history
We're now using Ruff for reformatting, so the file ignore patterns
for Black are no longer used. Delete them from `pyproject.toml`.
  • Loading branch information
rra committed Dec 16, 2024
1 parent 358d985 commit a94cbc4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@
[tool.black]
line-length = 79
target-version = ["py312"]
exclude = '''
/(
\.eggs
| \.git
| \.mypy_cache
| \.tox
| \.venv
| _build
| build
| dist
)/
'''
# Use single-quoted strings so TOML treats the string like a Python r-string
# Multi-line strings are implicitly treated by black as regular expressions

[tool.mypy]
disallow_untyped_defs = true
Expand Down

0 comments on commit a94cbc4

Please sign in to comment.