File: .pre-commit-config.yaml

package info (click to toggle)
python-dbusmock 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 812 kB
  • sloc: python: 7,324; sh: 69; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
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.5.0
  hooks:
  - id: end-of-file-fixer
  - id: trailing-whitespace
  - id: check-merge-conflict
  - id: check-toml
  - id: check-symlinks
  - id: no-commit-to-branch
    args: ['--branch', 'main']
- repo: https://github.com/psf/black
  rev: 23.11.0
  hooks:
  - id: black
    args: ['--check', '--diff', '.']
- repo: https://github.com/charliermarsh/ruff-pre-commit
  rev: v0.1.6
  hooks:
  - id: ruff