Files
hacking/.pre-commit-hooks.yaml
Stephen Finucane b5196428d0 Drop flake8-docstrings
This is no longer maintained [1].

[1] https://github.com/PyCQA/flake8-docstrings/issues/68

Change-Id: Ic98fc4be3612a3cfc5d3e2e85918c20ffaed873d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-02-11 11:48:06 +00:00

8 lines
167 B
YAML

- id: hacking
name: hacking
description: 'Runs hacking, the OpenStack blend of flake8'
entry: flake8
language: python
types: [python]
require_serial: true