Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#256)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.4](python-jsonschema/check-jsonschema@0.28.3...0.28.4)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.4...v0.4.7)

* pre-commit autoupdate

* Spelling fix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nick Murphy <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and namurphy authored Jun 24, 2024
1 parent a2f61db commit 2b4b41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: check-yaml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.28.6
hooks:
- id: check-github-workflows

Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: codespell (add false positives to pyproject.toml)
Expand All @@ -79,7 +79,7 @@ repos:
exclude: .*\.fits

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.10
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand Down
2 changes: 1 addition & 1 deletion xrtpy/util/filename2repo_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def filename2repo_path( # noqa: C901
Parameters:
-----------
filename string, required
filename comforming to standard naming conventions
filename conforming to standard naming conventions
urlroot string
root of the directory tree on the repository; by default the
Expand Down

0 comments on commit 2b4b41c

Please sign in to comment.