pip install quantifiedcode
checks:
- name: "Code complexity"
rules:
- "C0326" # Bad whitespace
- "C0330" # Wrong hanging indentation
- name: "Naming conventions"
rules:
- "C0103" # Variable name doesn't conform to snake_case convention
- "C0111" # Missing function documentation
quantifiedcode analyze my_project/