Skip to content

Commit 117d1b4

Browse files
committed
Disable flake8 due to incompatibility.
1 parent 2135490 commit 117d1b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ addopts = "--black"
1414
addopts = "--mypy"
1515

1616
[tool.pytest-enabler.flake8]
17-
addopts = "--flake8"
17+
# disabled due to PyCQA/flake8#1438
18+
# addopts = "--flake8"
1819

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

0 commit comments

Comments
 (0)