Codebase list fsspec / ff703165-db93-4ff2-9ce3-9ce486ac5b4b/main .pre-commit-config.yaml
ff703165-db93-4ff2-9ce3-9ce486ac5b4b/main

Tree @ff703165-db93-4ff2-9ce3-9ce486ac5b4b/main (Download .tar.gz)

.pre-commit-config.yaml @ff703165-db93-4ff2-9ce3-9ce486ac5b4b/mainraw · history · blame

exclude: >
    (?x)^(
        \.tox/.*
    )$
repos:

  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.4.0
    hooks:
      - id: trailing-whitespace
      - id: end-of-file-fixer
      - id: check-docstring-first
      - id: check-json
      - id: check-yaml
  - repo: https://github.com/ambv/black
    rev: 20.8b1
    hooks:
      - id: black
  - repo: https://gitlab.com/pycqa/flake8
    rev: 3.8.4
    hooks:
      - id: flake8
  - repo: https://github.com/asottile/seed-isort-config
    rev: v2.2.0
    hooks:
      - id: seed-isort-config
  - repo: https://github.com/pre-commit/mirrors-isort
    rev: v5.7.0
    hooks:
      - id: isort