repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-docstring-first - id: check-toml - id: check-yaml exclude: packaging/.* - id: mixed-line-ending args: [--fix=lf] - id: end-of-file-fixer # TODO: re-enable after https://github.com/omnilib/ufmt/issues/56 is resolved # - repo: https://github.com/omnilib/ufmt # rev: v1.3.0 # hooks: # - id: ufmt # additional_dependencies: # - black == 21.9b0 # - usort == 0.6.4 - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 args: [--config=setup.cfg] - repo: https://github.com/PyCQA/pydocstyle rev: 6.1.1 hooks: - id: pydocstyle