Skip to content

Commit

Permalink
remove poetry.lock from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Mar 24, 2024
1 parent 8a4d5a6 commit 8bc2694
Show file tree
Hide file tree
Showing 2 changed files with 3,238 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ENV/

# SNYK
.dccache
poetry.lock
#poetry.lock
Loading

3 comments on commit 8bc2694

@asmfstatoil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EvenSol why did you add poetry.lock again? It is generally not recommended for libraries, ref: python-poetry/poetry#7488

@EvenSol
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EvenSol why did you add poetry.lock again? It is generally not recommended for libraries, ref: python-poetry/poetry#7488

I don't remeber, and suggest we remove it.

@asmfstatoil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.