drgn/MANIFEST.in
Omar Sandoval 1c0dbcd917 pre-commit: add flake8
This has been useful to run manually before, but I haven't added it to
the CI because it was somewhat noisy. But, it reports some really useful
warnings, so let's configure it for our needs and add it to pre-commit.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-05-17 15:26:41 -07:00

8 lines
325 B
Plaintext

recursive-include docs *.css *.ico *.png *.py *.rst
recursive-include examples *.py
recursive-include tests *.py *.zst
include tests/linux_kernel/kmod/Makefile tests/linux_kernel/kmod/drgn_test.c
recursive-include tools *.py
recursive-include vmtest *.c *.py *.rst
include .flake8 CONTRIBUTING.rst COPYING pytest.ini util.py