File: .pre-commit-config.yaml

package info (click to toggle)
python-django-crispy-forms 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,188 kB
  • sloc: python: 3,147; makefile: 87
file content (15 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repos:
  - repo: https://github.com/psf/black
    rev: 26.1.0
    hooks:
      - id: black
  -   repo: https://github.com/pycqa/isort
      rev: 8.0.1
      hooks:
      - id: isort
  -   repo: https://github.com/pycqa/flake8
      rev: 7.3.0
      hooks:
      - id: flake8
        additional_dependencies:
        - flake8-comprehensions