File: .pre-commit-config.yaml

package info (click to toggle)
python-geopandas 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,740 kB
  • sloc: python: 26,344; makefile: 147; sh: 25
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ci:
    autofix_prs: false
    autoupdate_schedule: quarterly

files: 'geopandas\/'
repos:
    - repo: https://github.com/astral-sh/ruff-pre-commit
      rev: "v0.11.4"
      hooks:
        - id: ruff-format
        - id: ruff
          name: sort imports with ruff
          args: [--select, I, --fix]
        - id: ruff