Skip to content

Commit

Permalink
added E221 to flake8 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Aug 15, 2023
1 parent d7108aa commit eadabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ warn_return_any = true
warn_unreachable = true

[tool.flake8]
ignore = ["E203", "E501", "W503", "E231"]
ignore = ["E203", "E501", "W503", "E231", "E221"]
exclude = ["utcnow.egg-info", ".git", ".mypy_cache", ".pytest_cache", ".venv", ".vscode", "__pycache__", "build", "dist", "tmp"]

[tool.coverage.run]
Expand Down

0 comments on commit eadabe9

Please sign in to comment.