Commit d2d6854 1 parent 00aa164 commit d2d6854 Copy full SHA for d2d6854
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- id : check-yaml
21
21
exclude : devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
22
22
- repo : https://github.com/executablebooks/mdformat
23
- rev : 0.7.18
23
+ rev : 0.7.19
24
24
hooks :
25
25
- id : mdformat
26
26
additional_dependencies :
29
29
- mdformat-config
30
30
# ----- Python formatting -----
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.7.2
32
+ rev : v0.8.1
33
33
hooks :
34
34
# Run ruff linter.
35
35
- id : ruff
@@ -43,12 +43,12 @@ repos:
43
43
hooks :
44
44
- id : pyproject-fmt
45
45
- repo : https://github.com/abravalheri/validate-pyproject
46
- rev : v0.22
46
+ rev : v0.23
47
47
hooks :
48
48
- id : validate-pyproject
49
49
# ----- Jupyter Notebooks -----
50
50
- repo : https://github.com/nbQA-dev/nbQA
51
- rev : 1.8.7
51
+ rev : 1.9.1
52
52
hooks :
53
53
- id : nbqa-black
54
54
- id : nbqa-ruff # ruff handles isort
Original file line number Diff line number Diff line change 11
11
12
12
### Fixes
13
13
14
- - rename (fix typo) argument to ` lcs_child_in_parent ` in ` CoordinateSystemManager.add_cs ` \[ {pull}` 936 ` \] .
14
+ - rename (fix typo) argument to ` lcs_child_in_parent ` in ` CoordinateSystemManager.add_cs ` \[ {pull}` 936 ` \] .
15
15
- replace usages of ` pkg_resources ` with ` importlib.metadata ` \[ {pull}` 941 ` \] .
16
16
- replace usages of ` copy_arrays ` with ` memmap ` for ` asdf>=3.1.0 ` \[ {pull}` 940 ` \] .
17
17
You can’t perform that action at this time.
0 commit comments