Skip to content

Commit 9cb9bd4

Browse files
[pre-commit.ci] pre-commit autoupdate (#60)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.11.7](astral-sh/ruff-pre-commit@v0.6.9...v0.11.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4c3ae14 commit 9cb9bd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.6.9"
17+
rev: "v0.11.7"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: "v2.3.0"
24+
rev: "v2.4.1"
2525
hooks:
2626
- id: codespell
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from ._hello import elevation, hello
22

3-
__all__ = ("hello", "elevation")
3+
__all__ = ("elevation", "hello")

0 commit comments

Comments
 (0)