Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 209a3b4

Browse files
authored
DEL: Flake8 checking
Doesn't support fix so almost useless
1 parent c45a423 commit 209a3b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ commands=
3333
description=Check for code quality but modify nothing
3434
basepython=python3.10
3535
deps=
36-
flake8
3736
isort
3837
black
3938
mypy
4039
skip_install=true
4140
commands=
42-
flake8 src/INPMT
4341
isort src/INPMT
4442
black src/INPMT
4543
# mypy src/INPMT/
@@ -52,4 +50,4 @@ deps=
5250
safety
5351
command=
5452
bandit src/.
55-
safety check
53+
safety check

0 commit comments

Comments
 (0)