Codebase list python-geopandas / debian/0.11.1-1 .pre-commit-config.yaml
debian/0.11.1-1

Tree @debian/0.11.1-1 (Download .tar.gz)

.pre-commit-config.yaml @debian/0.11.1-1raw · history · blame

files: 'geopandas\/'
repos:
    - repo: https://github.com/psf/black
      rev: 22.3.0
      hooks:
          - id: black
            language_version: python3
    - repo: https://gitlab.com/pycqa/flake8
      rev: 3.8.3
      hooks:
          - id: flake8
            language: python_venv