DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Fix pre-commit hook and poetry GitHub action build check #897

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR addresses the issue with the pre-commit hook and the poetry GitHub action build check in the Deep-Learning-Playground repository. The issue was causing a failed build check even when no poetry dependencies were touched. The root cause of the issue was identified and resolved by making the following changes:

Summary of Changes

These changes ensure that the pre-commit hook and the poetry GitHub action build check function as intended, preventing a failed build check when no poetry dependencies are touched.

Please review and merge this PR to resolve the issue.

Fixes #894.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-pre-commit-hook

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.