We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaa6bd commit ff6914cCopy full SHA for ff6914c
pyproject.toml
@@ -0,0 +1,11 @@
1
+[tool.black]
2
+line-length = 120
3
+# Require black version 23 for formatting.
4
+# Black's code style can change for major versions (beginning of the calendar
5
+# year), to ensure a consistent code-style, the version is fixed to a major
6
+# version.
7
+required-version = '23'
8
+# Disables the black formatter in this repository
9
+# If individual suites want to enable the formatter, they can create a
10
+# pyproject.toml with their own configuration in their suite folder
11
+force-exclude = '.*'
0 commit comments