Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 1, 2024
1 parent 1729603 commit d95490e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions specfile/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit d95490e

Please sign in to comment.