8000 feat: re-use pyright config by tjdevries · Pull Request #77 · sourcegraph/scip-python · GitHub
[go: up one dir, main page]

Skip to content

feat: re-use pyright config #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: docs
  • Loading branch information
tjdevries committed May 1, 2023
commit 6ea64bfb62020fd11da12e8aa838e3c5b3f2f07a
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# > * Imports and exports, all public names...
# > * Internal helper functions: these shou...
# > * \_SpecialForm and its instances (spec...
# > Any, NoReturn, ClassVar, Union, Optional...
# > Any, NoReturn, Never, ClassVar, Union, O...
# > * Classes whose instances can be type a...
# > ForwardRef, TypeVar and ParamSpec
# > * The core of internal generics API: \_...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# > * Imports and exports, all public names...
# > * Internal helper functions: these shou...
# > * \_SpecialForm and its instances (spec...
# > Any, NoReturn, ClassVar, Union, Optional...
# > Any, NoReturn, Never, ClassVar, Union, O...
# > * Classes whose instances can be type a...
# > ForwardRef, TypeVar and ParamSpec
# > * The core of internal generics API: \_...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# > * Imports and exports, all public names...
# > * Internal helper functions: these shou...
# > * \_SpecialForm and its instances (spec...
# > Any, NoReturn, ClassVar, Union, Optional...
# > Any, NoReturn, Never, ClassVar, Union, O...
# > * Classes whose instances can be type a...
# > ForwardRef, TypeVar and ParamSpec
# > * The core of internal generics API: \_...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# > * Imports and exports, all public names...
# > * Internal helper functions: these shou...
# > * \_SpecialForm and its instances (spec...
4BE9 # > Any, NoReturn, ClassVar, Union, Optional...
# > Any, NoReturn, Never, ClassVar, Union, O...
# > * Classes whose instances can be type a...
# > ForwardRef, TypeVar and ParamSpec
# > * The core of internal generics API: \_...
Expand Down
0