Skip to content

Commit

Permalink
Ignoring E721 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Nov 23, 2024
1 parent 0e4dfb5 commit 0d315ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py37, py38, py39, py310, py311, linting
envlist = py39, py310, py311, linting, py312, py313

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39, linting
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv]
commands =
Expand All @@ -18,5 +18,5 @@ basepython = python3
extras = dev
commands =
isort .
autopep8 --in-place --recursive --exclude skeleton.py --ignore E501 .
autopep8 --in-place --recursive --exclude skeleton.py --ignore E501,E721 .
flake8

0 comments on commit 0d315ed

Please sign in to comment.