Skip to content

Commit

Permalink
Merge pull request #245 from janezd/pylint-update-conf
Browse files Browse the repository at this point in the history
pylintrc: Update obsolete settings
  • Loading branch information
janezd authored Apr 21, 2023
2 parents ba8f379 + 4d0b6b0 commit b0f3206
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 @@ -284,7 +284,7 @@ max-nested-blocks=5

# Tells whether missing members accessed in mixin class should be ignored. A
# mixin class is detected if its name ends with "mixin" (case insensitive).
ignore-mixin-members=yes
ignored-checks-for-mixins=no-member

# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
Expand Down Expand Up @@ -384,7 +384,7 @@ int-import-graph=

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception

[isort]
known-standard-library=pkg_resources

0 comments on commit b0f3206

Please sign in to comment.