Skip to content

Commit f1b6c46

Browse files
style: pre-commit fixes
1 parent 754fdcc commit f1b6c46

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

scripts/testscript.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""test script."""
2+
23
# import pyg4ometry
34
from pylegendgeom.LegendBaseline.L1000Baseline import L1000CompleteSetup
45

scripts/testscript2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""test script."""
2+
23
# import pyg4ometry
34
from pylegendgeom.LegendBaseline.L1000Baseline import L1000CompleteSetup
45

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ author = Yorck Ramachers
99
author_email = user@domain.com
1010
maintainer = Yorck Ramachers
1111
license = MIT
12-
license_file = LICENSE
1312
license_files = LICENSE
1413
classifiers =
1514
Development Status :: 1 - Planning
@@ -29,7 +28,7 @@ classifiers =
2928
packages = find:
3029
install_requires =
3130
pyg4ometry
32-
python_requires = >=3.7
31+
python_requires = >=3.8
3332
include_package_data = True
3433
package_dir =
3534
= src

src/pylegendgeom/LegendBaseline/L1000Baseline/LInfrastructure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build infrastructure objects for Legend Geometry."""
2+
23
from math import cos, pi, sin
34

45
import pyg4ometry as pg4

src/pylegendgeom/LegendBaseline/coaxialTemplate/icpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build the inverted coaxial point contact crystal template."""
2+
23
import json
34
import logging
45
from math import pi, tan

0 commit comments

Comments
 (0)