From ce50b474450496fa5102b6e4496cea1d7a3bc368 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 13 Dec 2019 14:26:01 +0100
Subject: [PATCH] [Tests] Add apps/official to lint environments

---
 tox.ini | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tox.ini b/tox.ini
index 528566fcb..0de057a7b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,9 +23,9 @@ setenv =
 
 [testenv:lint]
 commands =
-    - poetry run black --check --diff biscuit/core/
-    - poetry run isort -c --diff --stdout -rc biscuit/core/
-    poetry run flake8 {posargs} biscuit/core/
+    - poetry run black --check --diff biscuit/ apps/official/
+    - poetry run isort -c --diff --stdout -rc biscuit/ apps/official/
+    poetry run flake8 {posargs} biscuit/ apps/official/
 
 [testenv:security]
 commands = poetry run safety check --full-report
@@ -39,8 +39,8 @@ commands = poetry run make -C docs/ html {posargs}
 
 [testenv:reformat]
 commands =
-    poetry run isort -rc biscuit/core/
-    poetry run black biscuit/core/
+    poetry run isort -rc biscuit/ apps/official/
+    poetry run black biscuit/ apps/official/
 
 [flake8]
 max_line_length = 100
-- 
GitLab