textual-paint/src/textual_paint
Isaiah Odhner 99a5441a10 Ignore private access specifically; don't mask future removals/renames
Found these with regexp: /\._.+ type: ignore/
I also looked for: /import (\w+,\s*)*_/
And: /^from (\w+\.)*_/
2023-09-16 23:31:08 -04:00
..
fonts/NanoTiny Remove all trailing whitespace 2023-09-04 21:47:58 -04:00
localization Satisfy the type checker 2023-09-16 23:31:08 -04:00
__init__.py Fix further errors with pyfakefs 2023-09-12 19:45:41 -04:00
action.py Move Action class to a new file 2023-09-13 19:19:05 -04:00
ansi_art_document.py Satisfy the type checker 2023-09-16 23:31:08 -04:00
args.py Move --recode-samples to an automated test 2023-09-12 21:54:19 -04:00
ascii_mode.py Satisfy the type checker 2023-09-16 23:31:08 -04:00
auto_restart.py Ignore private access specifically; don't mask future removals/renames 2023-09-16 23:31:08 -04:00
canvas.py Silence type checker warnings (reportOptionalMemberAccess) 2023-09-16 23:31:08 -04:00
char_input.py Move ColorsBox to a new file 2023-09-13 22:36:32 -04:00
character_picker.py Move CharacterSelectorDialogWindow to a separate file 2023-09-13 12:55:36 -04:00
colors_box.py Tidy imports 2023-09-15 23:44:22 -04:00
edit_colors.py Convert relative imports to absolute 2023-09-07 15:19:10 -04:00
enhanced_directory_tree.py Ignore private access specifically; don't mask future removals/renames 2023-09-16 23:31:08 -04:00
export_templates.py Extract AnsiArtDocument and friends to files 2023-09-06 13:27:47 -04:00
figlet_font_writer.py Add more docstrings 2023-09-06 14:57:04 -04:00
file_dialogs.py Convert relative imports to absolute 2023-09-07 15:19:10 -04:00
gallery.css Make horizontal scrollbar go above caption 2023-09-06 23:10:57 -04:00
gallery.py Remove clock from gallery app 2023-09-07 16:53:31 -04:00
graphics_primitives.py Convert relative imports to absolute 2023-09-07 15:19:10 -04:00
icons.py Move ThemedIcon to a separate file 2023-09-15 22:07:04 -04:00
inspector.py Remove obsolete "type: ignore" comments 2023-09-16 23:31:08 -04:00
launch_editor.py Auto-organize imports 2023-09-06 14:15:42 -04:00
menus.py Convert relative imports to absolute 2023-09-07 15:19:10 -04:00
meta_glyph_font.py Move Canvas widget and MetaGlyphFont class to new files 2023-09-13 21:54:39 -04:00
paint.css Crop header icon to hide shadow of hidden page curl 2023-09-04 19:53:43 -04:00
paint.py Satisfy the type checker 2023-09-16 23:31:08 -04:00
palette_data.py Make palette immutable 2023-09-15 22:53:40 -04:00
py.typed Add py.typed for mypy 2023-07-15 19:44:05 -04:00
rasterize_ansi_art.py Add more docstrings 2023-09-06 14:57:04 -04:00
scrollbars.py Add more docstrings 2023-09-06 14:57:04 -04:00
stretch_skew_icons_full_ascii.ans Use full-ASCII version of Stretch/Skew icons 2023-08-30 18:19:42 -04:00
stretch_skew_icons_partial_ascii.ans Use full-ASCII version of Stretch/Skew icons 2023-08-30 18:19:42 -04:00
stretch_skew_icons.ans Add stretch/skew icons to dialog 2023-07-10 23:57:48 -04:00
terminal_wallpaper.sh Rename terminal wallpaper script to snake case 2023-05-18 14:37:05 -04:00
themed_icon.py Move ThemedIcon to a separate file 2023-09-15 22:07:04 -04:00
tool.py Fix preventing icon swaps during pytest, for Windows Terminal and Kitty 2023-09-15 17:08:13 -04:00
toolbox.py Move selected tool highlighting to ToolsBox 2023-09-13 22:15:15 -04:00
wallpaper.py Add more docstrings 2023-09-06 14:57:04 -04:00
windows.py Remove obsolete "type: ignore" comments 2023-09-16 23:31:08 -04:00