Skip to content

Commit 8e102c3

Browse files
authored
Update Ruff version (#20)
2 parents 868cdfe + 1188f32 commit 8e102c3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ruff.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: chartboost/ruff-action@v1
8+
- uses: chartboost/ruff-action@v1
9+
with:
10+
version: 0.8.1

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.6.1
4+
rev: v0.8.1
55
hooks:
66
# Run the linter.
77
- id: ruff

spires_cpp/src/spires_cpp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
)
1111

1212
__all__ = [
13+
"OcTree",
1314
"__doc__",
1415
"__version__",
16+
"convertOctreeToPointCloud",
1517
"processPCDFolder",
1618
"removeUnknownPoints",
17-
"OcTree",
18-
"convertOctreeToPointCloud",
1919
]

0 commit comments

Comments
 (0)