Skip to content

Commit 7027e7a

Browse files
committed
Add TODO around removing black in the future
1 parent a3f8fe3 commit 7027e7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ commands =
2525
ruff check {tox_root} --fix
2626

2727
[testenv:black]
28+
# TODO: understand why ruff doesn't fix
29+
# line lenghts as well as black does
2830
commands = black {tox_root} --check
2931

3032
[testenv:codespell]

0 commit comments

Comments
 (0)