Skip to content

Commit ff6914c

Browse files
committed
[GR-49632] Disable black formatter in repository
1 parent bbaa6bd commit ff6914c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)