Skip to content

Commit 1a11ea3

Browse files
committed
Conversion of Segments to legacy Windows API calls
1 parent 21432b4 commit 1a11ea3

File tree

8 files changed

+727
-36
lines changed

8 files changed

+727
-36
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.pytype
33
.DS_Store
44
.vscode
5+
.idea/
56
mypy_report
67
docs/build
78
docs/source/_build

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ ignore_missing_imports = True
99
[mypy-commonmark.*]
1010
ignore_missing_imports = True
1111

12-
[mypy-colorama.*]
13-
ignore_missing_imports = True
14-
1512
[mypy-ipywidgets.*]
1613
ignore_missing_imports = True

0 commit comments

Comments
 (0)