We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 31c3a27 commit 6d15e4cCopy full SHA for 6d15e4c
.pre-commit-config.yaml
@@ -1,7 +1,16 @@
1
-files: 'xdggs\/'
2
repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.5.0
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ - id: end-of-file-fixer
7
+ - id: check-docstring-first
8
+ - repo: https://github.com/pre-commit/mirrors-prettier
9
+ rev: v3.0.3
10
11
+ - id: prettier
12
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.1.2
13
+ rev: v0.1.4
14
hooks:
15
- id: ruff
16
- id: ruff-format
README.md
@@ -1,2 +1,3 @@
# xdggs
+
Xarray extension for DGGS
0 commit comments