Skip to content

Commit 64e68b5

Browse files
committed
Remove commented out colors and adjust newsfragment
1 parent 31ccdb3 commit 64e68b5

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

doc/whatsnew/fragments/6738.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
`pyreverse` now supports custom color palettes with the `--color-palette` option.
2-
The default color palette has been changed to be more accessible for color blind people.
32

43
Closes #6738

pylint/pyreverse/main.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@
5151
"gold",
5252
"hotpink",
5353
"mediumspringgreen",
54-
# TODO for 3.0: replace the colors above with the ones below
55-
# Those are more colorblind friendly
56-
# "dodgerblue",
57-
# "orange",
58-
# "teal",
59-
# "sienna",
60-
# "orchid",
61-
# "lightsalmon",
62-
# "plum",
63-
# "gray",
64-
# "yellow",
65-
# "steelblue",
6654
)
6755

6856
OPTIONS: Options = (

0 commit comments

Comments
 (0)