Skip to content

Commit

Permalink
Merge branch 'typed'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwonko committed Mar 25, 2024
2 parents 366e2b8 + 5401644 commit bbe791e
Show file tree
Hide file tree
Showing 27 changed files with 4,350 additions and 3,919 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.vs/
__pycache__/
build/
3 changes: 3 additions & 0 deletions .pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pycodestyle]
# disable wrapping of long lines, our `# pyright: ignore` line comments can get long
ignore = E501
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
},
"python.analysis.typeCheckingMode": "standard",
}
23 changes: 0 additions & 23 deletions ImportHelper.py

This file was deleted.

0 comments on commit bbe791e

Please sign in to comment.