From d95490edeb130834ef490dd658b1c8b5b55710b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:58:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- specfile/constants.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/specfile/constants.py b/specfile/constants.py index a780fba..fd7f1e2 100644 --- a/specfile/constants.py +++ b/specfile/constants.py @@ -2,9 +2,7 @@ # SPDX-License-Identifier: MIT # valid section names as defined in build/parseSpec.c in RPM source -SECTION_NAMES = { - -} +SECTION_NAMES = {} SIMPLE_SCRIPT_SECTIONS = { "build", @@ -52,9 +50,7 @@ SECTION_OPTIONS.update({s: "n:f:p:P:eq" for s in SCRIPT_SECTIONS}) # valid tag names as defined in build/parsePreamble.c in RPM source -TAG_NAMES = { - -} +TAG_NAMES = {} # tags that can optionally have an argument (language or qualifier) TAGS_WITH_ARG = {