JitPackJoyride / directory-broken-mypy

Example project to demonstrate bug of mypy working with sqlalchemy-stubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken mypy example

Set up on master branch

If you're switching back to master branch, run this first: pre-commit uninstall

cd backend
pre-commit install
pre-commit run --all-files

Set up working-example branch

Check the branch working-example to see that it can work if not in a directory But need to run:

cd ..
pre-commit uninstall
git switch working-example
pre-commit install

About

Example project to demonstrate bug of mypy working with sqlalchemy-stubs


Languages

Language:Python 100.0%