-
Notifications
You must be signed in to change notification settings - Fork 0
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
Simplify my config for mypy
#15
Labels
Comments
alexwlchan
added a commit
to alexwlchan/docstore
that referenced
this issue
Jul 11, 2024
alexwlchan
added a commit
to Flickr-Foundation/flickypedia
that referenced
this issue
Jul 11, 2024
alexwlchan
added a commit
to Flickr-Foundation/flinumeratr
that referenced
this issue
Jul 11, 2024
alexwlchan
added a commit
to alexwlchan/library-lookup
that referenced
this issue
Jul 11, 2024
alexwlchan
added a commit
to Flickr-Foundation/silver-nitrate
that referenced
this issue
Jul 12, 2024
alexwlchan
added a commit
to alexwlchan/snippets
that referenced
this issue
Jul 12, 2024
alexwlchan
added a commit
to Flickr-Foundation/flickr-url-parser
that referenced
this issue
Jul 12, 2024
alexwlchan
added a commit
to alexwlchan/alfred_shortcuts_github
that referenced
this issue
Jul 14, 2024
alexwlchan
added a commit
to Flickr-Foundation/flickr-photos-api
that referenced
this issue
Jul 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a whole bunch of mypy config which I'm copying from repo to repo, which I first copied from
urllib3
.This search will find all instances of it: https://github.com/search?type=code&q=%28org%3AFlickr-Foundation%20OR%20org%3Aalexwlchan%29%20NOT%20is%3Aarchived%20no_implicit_optional
In practice I just want mypy to run in strict mode, and not worry too much about the specifics. Looking at the documentation, I think it would be simpler to replace all those lines with
strict = true
and I'll get the same effect, plus get opted in to future checks if/when mypy adds them.The text was updated successfully, but these errors were encountered: