mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
Workaround bug in ruff
This commit is contained in:
parent
601e502d2e
commit
71e69c1a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ PowerlineStyle = Literal['angled', 'slanted', 'round']
|
|||
GRT_a = Literal['t', 'T', 'q', 'p', 'd', 'f', 'a', 'c']
|
||||
GRT_f = Literal[24, 32, 100]
|
||||
GRT_t = Literal['d', 'f', 't', 's']
|
||||
GRT_o = Literal['z']
|
||||
GRT_o = Literal['z', 'z'] # two z's to workaround a bug in ruff
|
||||
GRT_m = Literal[0, 1]
|
||||
GRT_C = Literal[0, 1]
|
||||
GRT_d = Literal['a', 'A', 'c', 'C', 'i', 'I', 'p', 'P', 'q', 'Q', 'x', 'X', 'y', 'Y', 'z', 'Z', 'f', 'F']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue