Skip to content

Commit

Permalink
simplify tox ini (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
korgan00 authored Dec 17, 2024
1 parent 7700955 commit 7ca8508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gateway/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ commands =
python manage.py test

[testenv:lint]
envdir = .tox/lint
skip_install = true
commands =
black --diff --check .
pylint --load-plugins pylint_django --load-plugins pylint_django.checkers.migrations --django-settings-module=main.settings --ignore api.migrations -rn api main

[testenv:black]
envdir = .tox/lint
skip_install = true
commands = black .

Expand Down

0 comments on commit 7ca8508

Please sign in to comment.