Diff of /.pre-commit-config.yaml [000000] .. [121e55]

Switch to unified view

a b/.pre-commit-config.yaml
1
repos:
2
    - repo: https://github.com/psf/black
3
      rev: 22.6.0
4
      hooks:
5
          - id: black
6
    - repo: https://github.com/PyCQA/flake8
7
      rev: 4.0.1
8
      hooks:
9
          - id: flake8
10
    - repo: https://github.com/pycqa/isort
11
      rev: 5.10.1
12
      hooks:
13
          - id: isort
14
            name: isort (python)
15
            additional_dependencies: [toml]