Skip to content

Commit

Permalink
Update .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
atlytle committed May 22, 2024
1 parent 2a203d3 commit c433a0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ disable=print-statement,
xreadlines-attribute,
deprecated-sys-function,
exception-escape,
comprehension-escape
comprehension-escape,
logging-fstring-interpolation

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down Expand Up @@ -383,7 +384,7 @@ min-similarity-lines=4
[BASIC]

# Naming style matching correct argument names.
argument-naming-style=snake_case
argument-naming-style=any

# Regular expression matching correct argument names. Overrides argument-
# naming-style.
Expand Down

0 comments on commit c433a0d

Please sign in to comment.