* Closes #529

* Fixing CI

* Fixing CI

* new monorepo setup
This commit is contained in:
Nikita Sobolev
2020-11-14 20:03:50 +03:00
committed by GitHub
parent 9f966a8056
commit 8a68111ce5
7 changed files with 86 additions and 92 deletions

View File

@@ -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

View File

@@ -1,8 +0,0 @@
[tool.black]
line-length = 120
include = '\.pyi?$'
[tool.isort]
line_length = 120
multi_line_output = 3
include_trailing_comma = true

View File

@@ -1,8 +0,0 @@
[pytest]
testpaths =
./tests
addopts =
--tb=native
-s
-v
--cache-clear

View File

@@ -1,7 +1,2 @@
[flake8]
exclude = .*/
select = F401, Y
max_line_length = 120
[metadata]
license_file = ../LICENSE.txt