Skip to content
Snippets Groups Projects

Update tox.ini

Merged Aleksolotl requested to merge check/update-tox-ini into master
1 file
+ 0
12
Compare changes
  • Side-by-side
  • Inline
+ 0
12
@@ -68,18 +68,6 @@ known_django = django
skip = migrations
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[mypy]
plugins = mypy_django_plugin.main
python_version = 3.8
platform = linux
show_column_numbers = True
follow_imports = skip
ignore_missing_imports = True
cache_dir = /dev/null
[mypy.plugins.django-stubs]
django_settings_module = aleksis.core.settings
[pytest]
DJANGO_SETTINGS_MODULE = aleksis.core.settings
junit_family = legacy
Loading