Giter Club home page Giter Club logo

Comments (5)

gwarf avatar gwarf commented on July 4, 2024

So it's about documenting how users could set those .pre-commit hooks into their local repo fork+clone?
How does it work with PR that are made by creating a branch in this upstream repo?
We also don't want to just reject any submission (like from less technical people using only the basic github web UI to make some small change), at least once we have a PR we can help getting things cleaned.

from documentation.

brucellino avatar brucellino commented on July 4, 2024

Yes, the .pre-commit-config.yml file declares which hooks are active.

We can reasonably expect a contributor to install them in their development environment:

$ pip install pre-commit
$ pre-commit install

It is not required to install them, but since they declare the baseline hygiene of the codebase, it makes it much easier to converge on. Contributors can look at them and have an idea of the conventions adopted in the codebase.

They can be included in all PR CI runs either breaking the build, or emitting a warning.

As I mentioned, running pre commit hooks after the actual commit has happened is a bit ... "wrong", so the best case scenario is that they are installed and used by the main contributors. If not, you run the risk of having to manually clean the commit history if something bad (like a secret, a huge file, or something that breaks prod) gets into the codebase by accident.

Shall I send a PR and we can have a look?

from documentation.

brucellino avatar brucellino commented on July 4, 2024

WIP #636

from documentation.

brucellino avatar brucellino commented on July 4, 2024

This can be closed -- sorry forgot to mention it in #636

from documentation.

brucellino avatar brucellino commented on July 4, 2024

Closed by #636

from documentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.