Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Found via `typos --hidden --format brief`
  • Loading branch information
kianmeng committed Sep 18, 2024
1 parent 196ed8c commit d9d219e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ load-plugins=
# I0011 : *Locally disabling %s (%s)* Try to reduce that.
# W0511 : *FIXME or XXX is detected.* Reenable when done. To link with roadmap
# W0212 : *Access to a protected member %s of a client class*. Reenable when _id replace by uuid
# W0201 : *Attribute %r defined outside __init__*. Because we instanciate object with properties dict
# E0203 : *Access to member %r before its definition line %s*. Because we instanciate object with properties dict
# W0201 : *Attribute %r defined outside __init__*. Because we instantiate object with properties dict
# E0203 : *Access to member %r before its definition line %s*. Because we instantiate object with properties dict
# R0801 : duplicate-code
disable=W0201,W0212,I0011,W0511,E0203,R0801

Expand Down

0 comments on commit d9d219e

Please sign in to comment.