---
title: "Code Quality"
description: "🚅 LiteLLM follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/code-quality-2
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:14:12.214Z
license: CC-BY-4.0
attribution: "Code Quality — Claudary (https://claudary.paisolsolutions.com/skills/code-quality-2)"
---

# Code Quality
🚅 LiteLLM follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html).

## Overview

# Code Quality

🚅 LiteLLM follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html).

We run: 
- Ruff for [formatting and linting checks](https://github.com/BerriAI/litellm/blob/e19bb55e3b4c6a858b6e364302ebbf6633a51de5/.circleci/config.yml#L320)
- Mypy + Pyright for typing [1](https://github.com/BerriAI/litellm/blob/e19bb55e3b4c6a858b6e364302ebbf6633a51de5/.circleci/config.yml#L90), [2](https://github.com/BerriAI/litellm/blob/e19bb55e3b4c6a858b6e364302ebbf6633a51de5/.pre-commit-config.yaml#L4)
- Black for [formatting](https://github.com/BerriAI/litellm/blob/e19bb55e3b4c6a858b6e364302ebbf6633a51de5/.circleci/config.yml#L79)
- isort for [import sorting](https://github.com/BerriAI/litellm/blob/e19bb55e3b4c6a858b6e364302ebbf6633a51de5/.pre-commit-config.yaml#L10)


If you have suggestions on how to improve the code quality feel free to open an issue or a PR.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/code-quality-2) · https://claudary.paisolsolutions.com
