Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix/improve flake8 configuration
Fix & improve a bit the configuration for flake8, so it can be run without issues: - drop all the old ignores, no more needed (all the issues where fixed) - drop the excludes for paths that are either do not exist anymore, or that it is not a problem to scan (e.g. "docs") - add the explicit filename patterns so "*.py.in" files are scanned too; adding ".py" is needed since "filename" replaces the default paths - set the same line length as used by black - add a couple of known ignores related to the style formatted by black - ignore longer lines in a couple of files; they are there already, and fixing them can be done gradually - exclude also the default meson build directory Signed-off-by: Pino Toscano <ptoscano@redhat.com>
- Loading branch information