Skip to content

Commit

Permalink
Merge pull request #1037 from Mersho/UncommectPoetryLock
Browse files Browse the repository at this point in the history
Make `poetry.lock` uncommentable
  • Loading branch information
carmenbianca authored Jul 8, 2024
2 parents 1bdfa69 + 4f0bf2f commit 6fff10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ Contributors
- pukkamustard <[email protected]>
- rajivsunar07 <[email protected]>
- Сергій <[email protected]>
- Mersho <[email protected]>
1 change: 1 addition & 0 deletions changelog.d/added/poetry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Make poetry.lock uncommentable. (#1037)
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ class XQueryCommentStyle(CommentStyle):
"manifest": PythonCommentStyle, # used by cdist
"meson.build": PythonCommentStyle,
"meson_options.txt": PythonCommentStyle,
"poetry.lock": UncommentableCommentStyle,
"pubspec.lock": UncommentableCommentStyle,
"pylintrc": PythonCommentStyle,
"Rakefile": PythonCommentStyle,
Expand Down

0 comments on commit 6fff10c

Please sign in to comment.