Codebase list python-geopandas / upstream/0.6.2 .pre-commit-config.yaml
upstream/0.6.2

Tree @upstream/0.6.2 (Download .tar.gz)

.pre-commit-config.yaml @upstream/0.6.2raw · history · blame

repos:
-   repo: https://github.com/python/black
    rev: stable
    hooks:
    -   id: black
        language_version: python3.7
-   repo: https://gitlab.com/pycqa/flake8
    rev: 3.7.7
    hooks:
    -   id: flake8
        language: python_venv