Skip to content

Commit dc723ef

Browse files
ulgensSaptakS
authored andcommitted
Remove flake8 from tox
Already handled by pre-commit
1 parent c012b6d commit dc723ef

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ Then in the root directory (next to the ``manage.py`` file) run::
138138
tox
139139

140140
Behind the scenes, this will run the usual ``python -m manage test`` management
141-
command with a preset list of apps that we want to test as well as
142-
`flake8 <https://flake8.readthedocs.io/>`_ for code quality checks. We
141+
command with a preset list of apps that we want to test. We
143142
collect test coverage data as part of that tox run, to show the result
144143
simply run::
145144

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist =py{312}-{tests,flake8,black,isort}
2+
envlist =py{312}-{tests,black,isort}
33
skipsdist = true
44

55
[gh-actions]
@@ -11,11 +11,9 @@ allowlist_externals = make
1111
passenv = DJANGO_SETTINGS_MODULE
1212
deps =
1313
tests: -r{toxinidir}/requirements/tests.txt
14-
flake8: flake8
1514
isort: isort
1615
commands =
1716
tests: make ci
18-
flake8: flake8
1917
isort: make isort-check
2018

2119
[testenv:black]

0 commit comments

Comments
 (0)