Skip to content

Commit 0d26bce

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf0eddb commit 0d26bce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/acceptance/test_hook_file_matches.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ def get_hook_config(hookid):
8181
),
8282
},
8383
"check-citation-file-format": {
84-
"good": (
85-
"CITATION.cff",
86-
),
87-
"bad": (
88-
"CITATION.yml",
89-
),
84+
"good": ("CITATION.cff",),
85+
"bad": ("CITATION.yml",),
9086
},
9187
"check-codecov": {
9288
"good": (

0 commit comments

Comments
 (0)