exclude_paths:
  - .cache/
  - .git/
  - .github/
  - .idea/
  - .vscode/
  - .venv/

skip_list:
  - line-length
  - package-latest
