Skip to content

Commit

Permalink
[GR-49632] Disable black formatter in repository.
Browse files Browse the repository at this point in the history
PullRequest: js/2974
  • Loading branch information
patrick96 committed Nov 14, 2023
2 parents 4b848d8 + ff6914c commit 80f7ef3
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 80f7ef3

Please sign in to comment.