Skip to content

Commit

Permalink
[GR-49632] Disable black formatter in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Nov 10, 2023
1 parent 5cfb880 commit 4c405cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tool.black]
line-length = 120
# Require black version 23 for formatting.
# Black's code style can change for major versions (beginning of the calendar
# year), to ensure a consistent code-style, the version is fixed to a major
# version.
required-version = '23'
# Disables the black formatter in this repository
# If individual suites want to enable the formatter, they can create a
# pyproject.toml with their own configuration in their suite folder
force-exclude = '.*'

0 comments on commit 4c405cf

Please sign in to comment.