Skip to content

Commit

Permalink
build: Remove poetry.lock from source control (#59)
Browse files Browse the repository at this point in the history
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: #59

Reviewed By: chantra

Differential Revision: D62477549

fbshipit-source-id: 6651931ef74bfbf58a4ef5762dcbbb1ed3e39c63
  • Loading branch information
chantra authored and facebook-github-bot committed Sep 12, 2024
1 parent baa42d2 commit ff326f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,388 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand Down
Loading

0 comments on commit ff326f3

Please sign in to comment.