Skip to content

Commit

Permalink
MNT: Put back the settings that disable black
Browse files Browse the repository at this point in the history
This should prevent accidental reformats by eager editors.
  • Loading branch information
DimitriPapadopoulos committed May 4, 2024
1 parent edf874f commit 34179b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ version-file = "fmriprep/_version.py"
# Developer tool configurations
#

# Disable black
[tool.black]
exclude = ".*"

[tool.pytest.ini_options]
minversion = "6"
testpaths = ["fmriprep/tests"]
Expand Down
4 changes: 4 additions & 0 deletions wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ universal = true
# Developer tool configurations
#

# Disable black
[tool.black]
exclude = ".*"

[tool.ruff]
line-length = 99

Expand Down

0 comments on commit 34179b6

Please sign in to comment.