Diff of /pyproject.toml [000000] .. [46c9de]

Switch to side-by-side view

--- a
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
+[tool.black]
+line-length = 88
+target-version = ['py312']
+include = '\.pyw?$'
+extend-exclude = '''
+# A regex preceded with ^/ will apply only to files and directories
+# in the root of the project.
+^/tests/data/
+'''
+force-exclude = '''
+\.ipynb$
+'''
+
+[tool.black.format]
+skip-string-normalization = false
+skip-magic-trailing-comma = false
\ No newline at end of file