Skip to content

Commit

Permalink
Fix flake8 error (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
joernu76 committed Apr 11, 2024
1 parent 68ac232 commit 6fc2977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ omit =
norecursedirs = .git .idea .cache

[flake8]
ignore = E124,E125,E402,W504
ignore = E124,E125,E402,W504,A005
max-line-length = 120
exclude = mslib/msui/qt5/*.py, mslib/mscolab/migrations/*.py

0 comments on commit 6fc2977

Please sign in to comment.