Skip to content

Commit af52ab2

Browse files
chore: update pre-commit hooks (#90)
* chore: update pre-commit hooks updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v20.1.8](pre-commit/mirrors-clang-format@v19.1.2...v20.1.8) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.12.10](astral-sh/ruff-pre-commit@v0.7.1...v0.12.10) * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1229c5e commit af52ab2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -47,7 +47,7 @@ repos:
4747
exclude: \.ipynb$
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.3.0
50+
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
exclude: \.ipynb$|Gemfile\.lock$
@@ -61,13 +61,13 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/pre-commit/mirrors-clang-format
64-
rev: v19.1.2
64+
rev: v20.1.8
6565
hooks:
6666
- id: clang-format
6767
exclude: \.ipynb$
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.7.1
70+
rev: v0.12.10
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

src/geant4_python_application/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
__version__tuple__ = version_tuple
2020

2121
__all__ = [
22+
"Application",
23+
"Detector",
2224
"__version__",
2325
"__version__tuple__",
24-
"geant4_version",
26+
"application_directory",
2527
"awkward_version",
26-
"pybind11_version",
27-
"version",
28-
"Application",
29-
"Detector",
3028
"basic_gdml",
31-
"install_datasets",
3229
"data_directory",
33-
"application_directory",
30+
"geant4_version",
31+
"install_datasets",
32+
"pybind11_version",
33+
"version",
3434
]

0 commit comments

Comments
 (0)