File tree Expand file tree Collapse file tree 6 files changed +135
-7
lines changed
Expand file tree Collapse file tree 6 files changed +135
-7
lines changed Original file line number Diff line number Diff line change 1+ # See https://pre-commit.com for more information
2+ # See https://pre-commit.com/hooks.html for more hooks
3+ repos :
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v5.0.0
6+ hooks :
7+ - id : trailing-whitespace
8+ - id : end-of-file-fixer
9+ - id : check-added-large-files
10+ - repo : https://github.com/astral-sh/ruff-pre-commit
11+ rev : v0.12.5
12+ hooks :
13+ - id : ruff-format
14+ name : " python · Format with Ruff"
15+ - id : ruff
16+ args : [ --fix ]
17+ - repo : https://github.com/RobertCraigie/pyright-python
18+ rev : v1.1.403
19+ hooks :
20+ - id : pyright
21+ name : " python · Check types"
22+ - repo : https://github.com/abravalheri/validate-pyproject
23+ rev : v0.24.1
24+ hooks :
25+ - id : validate-pyproject
26+ name : " python · Validate pyproject.toml"
27+ additional_dependencies : ["validate-pyproject-schema-store[all]"]
Original file line number Diff line number Diff line change 11# Important Note
2- This repository was a fork from [ here] ( https://github.com/astropenguin/xarray-dataclasses ) . We are grateful for the
3- work of the developer on this repo. That being said, sadly the state on main has been the case that the code was
4- deleted and there has been no development for a while. Therefore, we intially decided to fork the repository and
2+ This repository was a fork from [ here] ( https://github.com/astropenguin/xarray-dataclasses ) . We are grateful for the
3+ work of the developer on this repo. That being said, sadly the state on main has been the case that the code was
4+ deleted and there has been no development for a while. Therefore, we intially decided to fork the repository and
55continue development here, where the community is better able to contribute to and maintain the project. We now changed
66it into a standalone repository.
77
@@ -392,7 +392,7 @@ pixi run pyright
392392```
393393
394394### Creating documentation
395- We also have a [ documentation workflow] (Add link). However, if you want to locally create the documentation
395+ We also have a [ documentation workflow] (Add link). However, if you want to locally create the documentation
396396run the following:
397397
398398``` shell
You can’t perform that action at this time.
0 commit comments