summaryrefslogtreecommitdiff
path: root/.pre-commit-config-pep257.yaml
blob: 84eab227fd2f08eff269a386bf4b6baf739b29a7 (plain)
1
2
3
4
5
6
7
8
9
---

repos:
- repo: https://github.com/PyCQA/pydocstyle.git
  rev: 6.2.2
  hooks:
  - id: pydocstyle

...