Skip to content

Commit

Permalink
Merge pull request #355 from lsst-sqre/tickets/DM-48173
Browse files Browse the repository at this point in the history
DM-48173: Remove now-unneeded Black configuration
  • Loading branch information
rra authored Dec 16, 2024
2 parents 358d985 + a94cbc4 commit 3335dfa
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 3335dfa

Please sign in to comment.