Skip to content

Commit f45eaed

Browse files
committed
Exclude entire scripts folder from black formatting
1 parent 0d64f06 commit f45eaed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ required-version = '23'
88
# Disables the black formatter in this repository
99
# If individual suites want to enable the formatter, they can create a
1010
# pyproject.toml with their own configuration in their suite folder
11-
force-exclude = '.*graalpy.*|.*scripts/[^w].*py|benchmarks/*'
11+
force-exclude = '.*graalpy.*|.*scripts/.*py|benchmarks/*'

0 commit comments

Comments
 (0)