Skip to content

Commit

Permalink
disable pylint since it throws internal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Dec 5, 2023
1 parent d4430cc commit 8bd8cb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,py311,pylint,pyright,black,docs
envlist = py37,py38,py39,py310,py311,pyright,black,docs
skipsdist = True
skip_missing_interpreters = True

Expand All @@ -9,7 +9,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311, pylint, black, pyright
3.11: py311, black, pyright

[pytest]
addopts = --show-capture=log --log-cli-level=error
Expand Down Expand Up @@ -41,11 +41,11 @@ commands =
pytest --cov={[base]module} --cov-report=term-missing:skip-covered
coverage-badge -f -o coverage.svg

[testenv:pylint]
deps =
{[base]deps}
pylint
commands = pylint --exit-zero ./{[base]module}
; [testenv:pylint]
; deps =
; {[base]deps}
; pylint
; commands = pylint --exit-zero ./{[base]module}

[testenv:black]
deps = black
Expand Down

0 comments on commit 8bd8cb7

Please sign in to comment.