File: .pre-commit-config.yaml

package info (click to toggle)
python-pyqtgraph 0.13.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,068 kB
  • sloc: python: 54,043; makefile: 129; ansic: 40; sh: 2
file content (20 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
    -   id: check-added-large-files
        args: ['--maxkb=100']
    -   id: check-case-conflict
    -   id: end-of-file-fixer
    -   id: fix-encoding-pragma
        args: ['--remove']
    -   id: mixed-line-ending
        args: [--fix=lf]
    -   id: check-merge-conflict
    -   id: check-toml
    -   id: debug-statements
    -   id: check-ast
-   repo: https://github.com/pycqa/isort
    rev: 5.12.0
    hooks:
    -   id: isort