mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
* Closes #529 * Fixing CI * Fixing CI * new monorepo setup
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
[mypy]
|
||||
strict_optional = True
|
||||
ignore_missing_imports = True
|
||||
check_untyped_defs = True
|
||||
warn_no_return = False
|
||||
show_traceback = True
|
||||
allow_redefinition = True
|
||||
incremental = True
|
||||
|
||||
plugins =
|
||||
mypy_django_plugin.main
|
||||
|
||||
[mypy.plugins.django-stubs]
|
||||
django_settings_module = scripts.django_tests_settings
|
||||
@@ -1,8 +0,0 @@
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
include = '\.pyi?$'
|
||||
|
||||
[tool.isort]
|
||||
line_length = 120
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
@@ -1,8 +0,0 @@
|
||||
[pytest]
|
||||
testpaths =
|
||||
./tests
|
||||
addopts =
|
||||
--tb=native
|
||||
-s
|
||||
-v
|
||||
--cache-clear
|
||||
@@ -1,7 +1,2 @@
|
||||
[flake8]
|
||||
exclude = .*/
|
||||
select = F401, Y
|
||||
max_line_length = 120
|
||||
|
||||
[metadata]
|
||||
license_file = ../LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user