@ -5,5 +5,6 @@
# E501: Line too long
# F841: unused variable
# F401: Unused import
ignore=E265,E501,F841,F401
# E402: module level import not at top of file
ignore=E265,E501,F841,F401,E402
max_complexity = 12
The note is not visible to the blocked user.