Skip to content

Commit 81542cb

Browse files
author
BriannaLind
committed
specs to pass flake 8
1 parent 5df9e1f commit 81542cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ where = ["src"]
5050
[tool.black]
5151
line-length = 88
5252

53+
[tool.flake8]
54+
max-line-length = 88
55+
extend-ignore = ["E203", "W503"]
56+
5357
[tool.pytest.ini_options]
5458
addopts = "--strict-markers --disable-warnings"
5559
testpaths = ["tests"]

0 commit comments

Comments
 (0)