Remove options that are not supported in the current pylint version:
- allow-any-import-level, allow-reexport-from-package, etc.
- ext-import-graph, import-graph, int-import-graph
- deprecated-modules, preferred-modules
Keep only widely-supported known-third-party option for compatibility
across different pylint versions and VSCode environments.
Fixes: Pylint(E0015:unrecognized-option) error in VSCode
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
# Force import order to recognize a module as part of a third party library.
known-third-party=enchant
[LOGGING]
# The type of string formatting that logging methods do. `old` means using %
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.