We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ccdb3 commit 64e68b5Copy full SHA for 64e68b5
doc/whatsnew/fragments/6738.feature
@@ -1,4 +1,3 @@
1
`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.
3
4
Closes #6738
pylint/pyreverse/main.py
@@ -51,18 +51,6 @@
51
"gold",
52
"hotpink",
53
"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",
66
)
67
68
OPTIONS: Options = (
0 commit comments