File: .pre-commit-config.yaml

package info (click to toggle)
scikit-rf 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 77,300 kB
  • sloc: python: 32,585; makefile: 130; sh: 19
file content (17 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
exclude: |
     (?xi)(^conda.recipe/meta.yaml|.*\.(csv|s[0-9]+p|mdf|cti|ts|svg))
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.5.0
    hooks:
    - id: trailing-whitespace
    - id: end-of-file-fixer
    - id: check-added-large-files
    - id: check-yaml

- repo: https://github.com/charliermarsh/ruff-pre-commit
  # Ruff version.
  rev: 'v0.2.2'
  hooks:
    - id: ruff
      args: [ --fix, --exit-non-zero-on-fix ]