Skip to content

Commit

Permalink
Fix flake8 error (Open-MSS#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
joernu76 authored and ReimarBauer committed Apr 11, 2024
1 parent 1006cb6 commit cf0235a
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 cf0235a

Please sign in to comment.