We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3ae14 commit 9cb9bd4Copy full SHA for 9cb9bd4
.pre-commit-config.yaml
@@ -14,13 +14,13 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.6.9"
+ rev: "v0.11.7"
18
hooks:
19
- id: ruff
20
args: [--fix, --show-fixes]
21
- id: ruff-format
22
23
- repo: https://github.com/codespell-project/codespell
24
- rev: "v2.3.0"
+ rev: "v2.4.1"
25
26
- id: codespell
projects/hello-cython/hello/__init__.py
@@ -1,3 +1,3 @@
1
from ._hello import elevation, hello
2
3
-__all__ = ("hello", "elevation")
+__all__ = ("elevation", "hello")
0 commit comments