.pre-commit-config.yaml 460 Bytes
Newer Older
1
2
3
default_language_version:
    python: python3.9

zhyncs's avatar
zhyncs committed
4
5
6
7
8
9
repos:
  - repo: https://github.com/PyCQA/isort
    rev: 5.13.2
    hooks:
      - id: isort
  - repo: https://github.com/psf/black
Chayenne's avatar
Chayenne committed
10
    rev: 24.10.0
zhyncs's avatar
zhyncs committed
11
12
    hooks:
      - id: black
Chayenne's avatar
Chayenne committed
13
14
15
        additional_dependencies: ['.[jupyter]']
        types: [python, jupyter]
        types_or: [python, jupyter]
16
17

  - repo: https://github.com/pre-commit/pre-commit-hooks
Chayenne's avatar
Chayenne committed
18
    rev: v5.0.0
19
    hooks:
Chayenne's avatar
Chayenne committed
20
      - id: no-commit-to-branch