Skip to content

Commit ff326f3

Browse files
chantrafacebook-github-bot
authored andcommitted
build: Remove poetry.lock from source control (#59)
Summary: We have had a bunch of PRs to tend to due to dependabot: https://github.com/facebookincubator/kernel-patches-daemon/pulls?q=is%3Apr++label%3Adependencies+ In most cases, those were only changing the depedency in the .lock file. We are not getting much value of shipping this file, and will be better off by getting rid of it and fixign the remotely possible breakage in the future vs dealing with those weekly. Pull Request resolved: facebookincubator/kernel-patches-daemon#59 Reviewed By: chantra Differential Revision: D62477549 fbshipit-source-id: 6651931ef74bfbf58a4ef5762dcbbb1ed3e39c63
1 parent baa42d2 commit ff326f3

File tree

2 files changed

+1
-1388
lines changed

2 files changed

+1
-1388
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

0 commit comments

Comments
 (0)