You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added W8016 to warn when using os.mkdir and os.makedir with unsafe permissions (UNIX-only)
Added W8017 to warn when using os.mkfifo with unsafe permissions (UNIX-only)
Added W8018 to warn when using os.mknod with unsafe permissions (UNIX-only)
Added W8019 to warn when using os.chmod with unsafe permissions (all except Windows)
Updated
Refactor configuration option parsing for mode-like options
Fixed
Critical typo for msgs attribute of the plugin class. This effectively rendered any previous version useless as
pylint would not recognize the warning/error messages
Repository
Restrict running some GitHub actions when a pull request is merged