mirror of
https://github.com/godotengine/issue-stats.git
synced 2026-01-01 01:48:12 +03:00
Set up mypy, Flake8, isort and pre-commit hooks
This commit is contained in:
16
mypy.ini
Normal file
16
mypy.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[mypy]
|
||||
strict = True
|
||||
disallow_any_unimported = True
|
||||
disallow_any_decorated = True
|
||||
warn_unreachable = True
|
||||
pretty = True
|
||||
show_column_numbers = True
|
||||
|
||||
[mypy-gql]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-dotenv]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-gql.transport.aiohttp]
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user