Skip to content

Commit

Permalink
Added missing flake8 config for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Jun 20, 2024
1 parent 184cf5a commit 6a46a96
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[tox]
requires = virtualenv<20.22.0
envlist = flake8,py27,py36,py37,py38,py39,py310,py311,py312
envlist =
flake8
py{27,36,37,38,39,310,311,312}

[testenv:flake8]
deps = flake8
Expand Down Expand Up @@ -39,3 +41,8 @@ commands =
passenv =
TOXENV
GITHUB_*

[flake8]
exclude = docs,.tox,.git,.eggs
max-line-length = 120
ignore = E731,W504

0 comments on commit 6a46a96

Please sign in to comment.