File: .pre-commit-config.yaml

package info (click to toggle)
python-skbio 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,928 kB
  • sloc: python: 67,527; ansic: 672; makefile: 225
file content (11 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# This file gives the option to use Ruff as a pre-commit hook.
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
  # Ruff version.
  rev: v0.8.1
  hooks:
    # Run the linter with the fix option enabled.
    - id: ruff
    # Run the formatter.
    - id: ruff-format