-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre commit setup #61
Pre commit setup #61
Conversation
@@ -0,0 +1,112 @@ | |||
# Contributing to GPT Engineer | |||
|
|||
By participating in this project, you agree to abide by the [code of conduct](CODE_OF_CONDUCT.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am aware that we don't have a CODE_OF_CONDUCT.md
file yet.
See #48
@AntonOsika please give this a go, I would like your approval before I merge! Let me know if you have any feedback. |
Looks good to me! Good job @patillacode |
Hey – how do we make these run?
Would you be able to add a .git/hooks file as well? (don't remember how to
do it exactly, feel free to ask chatgpt:)
…On Fri, Jun 16, 2023 at 1:42 PM Patilla Code ***@***.***> wrote:
@AntonOsika <https://github.com/AntonOsika> please give this a go, I
would like your approval before I merge!
Let me know if you have any feedback.
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCCSUL4NYKADMOEFZE4C7TXLRBB5ANCNFSM6AAAAAAZISTYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Anton Osika
|
Hi @AntonOsika I'd recommend you pull the latest Alternatively, you can just make sure all requirements are installed and run Automatically you will get the hooks when doing any commit. Please let me know if this is working for you, also, there is documentation on how to install and a running example in |
Closes #57
Please find the necessary changes to setup
pre-commit
in the project.Also, I added the
.github/CONTRIBUTING.md
file where the installation and usage ofpre-commit
is explained in detail along side some other information regarding contributions.