linusgroh’s avatarlinusgroh’s Twitter Archive—№ 2,352

  1. mypy and flake8 are great until this happens: some_line_of_code mypy: not sure what this means 🤨 some_line_of_code # type: ignore[...] flake8: this line is too long now 🤨 some_line_of_code # type: ignore[...] # noqa: E501 mypy: 🙂 flake8: 🙂 me: 😑