Skip to content
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

Adding contributing doc and pre-commit #73

Merged
merged 11 commits into from
Mar 13, 2024

Conversation

pgoslatara
Copy link
Contributor

I really like this repo, however there is no guide for contributors. This PR adds a section to the README with a guide on how to setup a local development environment and how to run the integration tests locally. In addition, in order to maintain standard formatting and linting conventions, pre-commit is introduced with black and isort. The GitHub workflows now reflect this change, instead of calling just black, pre-commit is run, this will enable adding further hooks in the future (if desired).

Copy link
Collaborator

@sweco sweco left a comment

Choose a reason for hiding this comment

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

Thanks for the initiative @pgoslatara. I left a few comments. I also added aa808c4 where I add pre-commit, black and isort also to pyproject.toml in case someone wants to run them manually from the CLI. Let's discuss and iterate.

.pre-commit-config.yaml Outdated Show resolved Hide resolved
.pre-commit-config.yaml Outdated Show resolved Hide resolved
.github/workflows/tests.yml Outdated Show resolved Hide resolved
.github/workflows/tests.yml Show resolved Hide resolved
.github/workflows/tests.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@sweco sweco left a comment

Choose a reason for hiding this comment

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

LGTM, just one final comment. 😊

README.md Show resolved Hide resolved
@pgoslatara
Copy link
Contributor Author

@sweco Is this good to merge or does it need another revision?

@sweco sweco merged commit 87c05b0 into slidoapp:main Mar 13, 2024
2 checks passed
@sweco
Copy link
Collaborator

sweco commented Mar 13, 2024

Thanks @pgoslatara, will release this. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants