changeset 52570:7091b39adc65

pyproject: switch to extending the range of excludes processed by `black` The default `exclude` values are reasonable, and might be helpful in the future (e.g. they include `.tox` and `.nox`). Instead of overwriting the default, use the other config to add more.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 17 Dec 2024 22:23:05 -0500
parents 1dea9d91f476
children 82c8fb6a048c
files pyproject.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Tue Dec 17 21:58:51 2024 -0500
+++ b/pyproject.toml	Tue Dec 17 22:23:05 2024 -0500
@@ -41,7 +41,7 @@
 [tool.black]
 line-length = 80
 include = '\.py$'
-exclude = '''
+extend-exclude = '''
 build/
 | wheelhouse/
 | dist/