Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 29, 2023
1 parent 584eb4d commit f3e9ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
max-line-length=120

[MESSAGES CONTROL]
disable=E1101,R0913,W1203
disable=E1101,R0913,W1203,R0801
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ extend-ignore = """
WPS110,
WPS420,
C812,
W1203
W1203,
R0801
"""

[tool.pylint]
Expand Down

0 comments on commit f3e9ee7

Please sign in to comment.