1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00
tux/mypy.ini
kzndotsh 8c81699ef5 chore(mypy.ini): update Python version from 3.11 to 3.12
feat(mypy.ini): add show_error_codes and cache_fine_grained options for better error handling and caching
2024-04-11 21:56:29 +00:00

6 lines
No EOL
114 B
INI

[mypy]
python_version = 3.12
plugins = prisma.mypy
pretty = True
show_error_codes = True
cache_fine_grained = True