Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joseph Siddons
GeoSpatialTools
Commits
0c92925a
Commit
0c92925a
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
docs: add pre-commit instructions to CONTRIBUTING
parent
bd0d5c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
CONTRIBUTING.md
CONTRIBUTING.md
+10
-1
No files found.
CONTRIBUTING.md
View file @
0c92925a
...
...
@@ -91,7 +91,16 @@ uvx ruff format
[
codespell
](
https://github.com/codespell-project/codespell
)
is also used to check spelling/bad
names.
We use
[
pre-commit
](
https://pre-commit.com/
)
as part of out CI/CD processing.
We use
[
pre-commit
](
https://pre-commit.com/
)
as part of out CI/CD processing. I recommend using
pre-commit in your hooks, to avoid the pre-commit stage of the CI/CD failing:
```
bash
pip
install
pre-commit
pre-commit
install
```
This will run the pre-commit stage of the CI/CD on each commit - the commit will fail if the CI/CD
fails.
## Tests
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment