Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-cspell-config
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 8, 2025
2 parents 8512cad + 951e582 commit 5865741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"venv"
],
"language": "en-US",
"useGitignore": true,
"version": "0.2",
"words": [
"Colaboratory",
Expand All @@ -121,6 +122,5 @@
"sympy",
"toctree",
"Zenodo"
],
"useGitignore": true
]
}
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
files: ^\.pre\-commit\-(config|hooks)\.yaml$

- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier

Expand All @@ -78,7 +78,7 @@ repos:
exclude: (?x)^(labels/.*\.toml)$

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.16.0
rev: v8.17.0
hooks:
- id: cspell

Expand All @@ -104,6 +104,6 @@ repos:
- python

- repo: https://github.com/ComPWA/pyright-pre-commit
rev: v1.1.389
rev: v1.1.391
hooks:
- id: pyright

0 comments on commit 5865741

Please sign in to comment.