add flake8 config to reuse config

This commit is contained in:
Christoph Reiter 2024-09-12 14:13:03 +02:00
parent 1844af449a
commit 2b03c69a8f

View File

@ -1,7 +1,7 @@
version = 1
[[annotations]]
path = [".dockerignore", ".github/**", ".gitignore", "app/**.py", "app/static/theme.js", "app/templates/**", "Dockerfile", "frontend/**", "poetry.lock", "pyproject.toml", "README.rst", "setup.cfg", "tests/**", "REUSE.toml"]
path = [".flake8", ".dockerignore", ".github/**", ".gitignore", "app/**.py", "app/static/theme.js", "app/templates/**", "Dockerfile", "frontend/**", "poetry.lock", "pyproject.toml", "README.rst", "setup.cfg", "tests/**", "REUSE.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The MSYS2 Authors"
SPDX-License-Identifier = "MIT"