Skip to content

Commit 9ab56fd

Browse files
auscompgeekpre-commit-ci-lite[bot]pokey
authored
Fix Black (#1910)
Fixes #1909 --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Pokey Rule <[email protected]>
1 parent 88e858e commit 9ab56fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[tool.black]
22
target-version = ["py39"]
3-
force-exclude = ["vendor", "data/playground"]
3+
force-exclude = '''
4+
(
5+
^/vendor/
6+
| ^/data/playground/
7+
)
8+
'''
49

510
[tool.ruff]
611
select = ["E", "F", "C4", "I001", "UP", "SIM"]

0 commit comments

Comments
 (0)