From 2b03c69a8fca8b62fdff176abe3a604647e34e61 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 12 Sep 2024 14:13:03 +0200 Subject: [PATCH] add flake8 config to reuse config --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index f4c3684..a5a8277 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -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"