File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
src/geant4_python_application Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44
55repos :
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
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]
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments