Skip to content

Commit

Permalink
added pyright and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Jun 26, 2024
1 parent c2e52e3 commit 0e7f516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ dmypy.json
# Pyre type checker
.pyre/

# pyrightconfig
pyrightconfig.json

# pytype static type analyzer
.pytype/

Expand All @@ -146,3 +149,6 @@ tests/tmp

# Mac OS
.DS_Store

# Poetry
poetry.lock

0 comments on commit 0e7f516

Please sign in to comment.