Skip to content

Commit

Permalink
Disable flake8 due to incompatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 1, 2022
1 parent 2135490 commit 117d1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ addopts = "--black"
addopts = "--mypy"

[tool.pytest-enabler.flake8]
addopts = "--flake8"
# disabled due to PyCQA/flake8#1438
# addopts = "--flake8"

[tool.pytest-enabler.cov]
addopts = "--cov"

0 comments on commit 117d1b4

Please sign in to comment.