Difference between revisions of "Pre-commit"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* https://pre-commit.com/ == See also == * {{git}}")
 
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* https://pre-commit.com/
+
{{lowercase}}
 +
* Homepage: https://pre-commit.com/
 +
* https://github.com/pre-commit/action
 +
== Installation ==
 +
* <code>[[brew install pre-commit]]</code>
 +
* <code>[[pip install]] pre-commit</code>
 +
* <code>[[pre-commit --help]]</code>
  
 +
== Examples ==
 +
* <code>[[pre-commit (execution example)]]</code>
 +
* <code>[[pre-commit install]]</code>
 +
* <code>[[pre-commit run --all-files]]</code>
  
 +
* Configuration: <code>[[.pre-commit-config.yaml]]</code>
 +
 +
* [[GitHub Actions]]: <code>[[uses: pre-commit/action]]@v3.0.0</code>
 +
 +
== Related ==
 +
* <code>[[git commit --no-verify]]</code>
 +
* <code>[[git commit]]</code>
 +
* <code>[[requirements.txt]]</code>
 +
* [[Git hook]] scripts
 +
* [[Pull Request (PR)]]
 +
* <code>[[.pre-commit-config.yaml]]</code>
 +
* [[GitHub Actions]]: <code>[[pre-commit:]]</code>
 +
* [[Fourmolu]]
 +
* [[Linter]]
  
 
== See also ==
 
== See also ==
* {{git}}
+
* {{pre-commit}}
 +
 
 +
[[Category:pre-commit]]
 +
[[Category:Git]]

Latest revision as of 19:21, 7 February 2024

Advertising: