File: .pre-commit-config.yaml

package info (click to toggle)
python-nbstripout 0.9.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 464 kB
  • sloc: python: 1,068; sh: 20; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  # Ruff version.
  rev: v0.14.3
  hooks:
    # Run the linter.
    - id: ruff
      types_or: [ python, pyi ]
    # Run the formatter.
    - id: ruff-format
      types_or: [ python, pyi ]
      args: [--check]