aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: af91a5e1bf85d6b1d41f7591c803ec29eb485e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repos:
  - repo: https://github.com/psf/black.git
    rev: 23.7.0
    hooks:
    -   id: black
  - repo: https://github.com/pre-commit/mirrors-mypy
    rev: ''
    hooks:
    -   id: mypy
  - repo: https://github.com/pylint-dev/pylint.git
    rev: v2.17.5
    hooks:
    -   id: pylint