Skip to content

Commit

Permalink
style: make pyright less concerned about grammar methods (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Schvezov <[email protected]>
  • Loading branch information
lengau and sergiusens authored Feb 9, 2024
1 parent dec8b21 commit 3d2ef93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
".tox",
"build",
"docs",
"venv"
"venv",
".venv"
],
"stubPath": ""
"stubPath": "",
"reportIncompatibleMethodOverride": "information"
}

0 comments on commit 3d2ef93

Please sign in to comment.