"example/38_permute/common.hpp" did not exist on "fb05bd3865bea47b219bc3e9b17d200485630b96"
.pre-commit-config.yaml 343 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
13
14

  - repo: https://github.com/pre-commit/pre-commit-hooks
Chayenne's avatar
Chayenne committed
15
    rev: v5.0.0
16
    hooks:
Chayenne's avatar
Chayenne committed
17
      - id: no-commit-to-branch