aboutsummaryrefslogtreecommitdiff
blob: f6fca10cbafff8606c847cc4561d331586f6433a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
repos:
  - repo: https://github.com/psf/black
    rev: 24.1.1
    hooks:
      - id: black
  - repo: https://github.com/PyCQA/pylint
    rev: v3.0.0a7
    hooks:
      - id: pylint
        additional_dependencies:
          - 'pytest'
  - repo: https://github.com/ikamensh/flynt/
    rev: '1.0.1'
    hooks:
      - id: flynt
  - repo: https://github.com/asottile/pyupgrade
    rev: v3.12.0
    hooks:
      - id: pyupgrade
        args: [--py39-plus]