Skip to content

Commit 278951c

Browse files
committed
up
1 parent f8a726b commit 278951c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
rubocop-ast (>= 1.30.0, < 2.0)
9797
ruby-progressbar (~> 1.7)
9898
unicode-display_width (>= 2.4.0, < 3.0)
99-
rubocop-ast (1.41.0)
99+
rubocop-ast (1.42.0)
100100
parser (>= 3.3.7.2)
101101
rubocop-minitest (0.34.5)
102102
rubocop (>= 1.39, < 2.0)

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
version = 1
55
[[annotations]]
66
path = [
7-
"test_assets/puzzles/**",
8-
".overcommit.yml",
9-
"**.woff",
107
"**.ico",
118
"**.jpg",
129
"**.json",
1310
"**.md",
1411
"**.pdf",
1512
"**.png",
1613
"**.txt",
14+
"**.woff",
1715
"**/*.csv",
1816
"**/*.jpg",
1917
"**/*.json",
@@ -32,11 +30,13 @@ path = [
3230
".DS_Store",
3331
".gitattributes",
3432
".gitignore",
33+
".overcommit.yml",
3534
".pdd",
3635
"CITATION.cff",
3736
"Gemfile.lock",
3837
"README.md",
3938
"renovate.json",
39+
"test_assets/puzzles/**",
4040
]
4141
precedence = "override"
4242
SPDX-FileCopyrightText = "Copyright (c) 2025 Yegor Bugayenko"

0 commit comments

Comments
 (0)