-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow a targeted (named rule) enable to override a module disable
This allows the following configuration to work as a way of disabling all of the builtin rules except for specific ones: ``` [tool.fixit] disable = ["fixit.rules"] enable = ["fixit.rules:UseClsInClassmethod"] ``` Co-authored-by: surge119 <[email protected]> ghstack-source-id: 51fad59fc8536a5447abe88ececa40e27a49ef96 Pull Request resolved: #463
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters