We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b848d8 + ff6914c commit 80f7ef3Copy full SHA for 80f7ef3
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