Skip to content

Commit

Permalink
Ignore flake8 E704
Browse files Browse the repository at this point in the history
Its not compatible with black code formatting.
  • Loading branch information
samschott committed Feb 12, 2024
1 parent e094821 commit 14946c2
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 @@ -87,7 +87,7 @@ maestral = "maestral.cli:main"
"share/icons/hicolor/512x512/apps" = ["src/maestral/resources/maestral.png"]

[tool.flake8]
ignore = "E203,E501,W503,H306"
ignore = "E203,E501,E704,W503,H306"
statistics = "True"

[tool.mypy]
Expand Down

0 comments on commit 14946c2

Please sign in to comment.