File: .pre-commit-config.yaml

package info (click to toggle)
python-crispy-bootstrap5 2025.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: python: 2,035; sh: 6; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
repos:
  - repo: https://github.com/psf/black
    rev: 24.10.0
    hooks:
      - id: black
  -   repo: https://github.com/pycqa/isort
      rev: 5.13.2
      hooks:
      - id: isort
  -   repo: https://github.com/pycqa/flake8
      rev: 7.1.1
      hooks:
      - id: flake8