Skip to content

Commit

Permalink
Remove commented out colors and adjust newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
DudeNr33 committed Feb 9, 2023
1 parent 31ccdb3 commit 64e68b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion doc/whatsnew/fragments/6738.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
`pyreverse` now supports custom color palettes with the `--color-palette` option.
The default color palette has been changed to be more accessible for color blind people.

Closes #6738
12 changes: 0 additions & 12 deletions pylint/pyreverse/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@
"gold",
"hotpink",
"mediumspringgreen",
# TODO for 3.0: replace the colors above with the ones below
# Those are more colorblind friendly
# "dodgerblue",
# "orange",
# "teal",
# "sienna",
# "orchid",
# "lightsalmon",
# "plum",
# "gray",
# "yellow",
# "steelblue",
)

OPTIONS: Options = (
Expand Down

0 comments on commit 64e68b5

Please sign in to comment.