summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 5b6d0d390a66eb6c117531d40de0891583eced23 (plain)
1
2
3
4
5
6
7
8
9
repos:
-   repo: https://github.com/psf/black
    rev: 23.1.0
    hooks:
    -   id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.0.287
  hooks:
    - id: ruff