Package containing the code style checker and fixer plug-in.
| Annotations | Package implementing the function type annotations checker. | 
| Async | Package implementing a checker for "async" related issues. | 
| Complexity | Package implementing the code complexity checker. | 
| DocStyle | Package implementing the code documentation checker. | 
| Imports | Package implementing a checker for import statements. | 
| Logging | Package implementing the logging style checker. | 
| Miscellaneous | Package implementing the checker for miscellaneous issues. | 
| NameOrder | Package implementing a checker for the name order of import statements and handled exceptions. | 
| Naming | Package implementing the naming style checker. | 
| PathLib | Package implementing the checker for functions that can be replaced by use of the pathlib module. | 
| Security | Package implementing the security checker. | 
| Simplify | Package implementing a checker to help simplifying the code. | 
| Unused | Package implementing a checker for unused arguments, variables, ... |