Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion jax_galsim/position.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Position(object):
def __init__(self):
raise NotImplementedError(
"Cannot instantiate the base class. " "Use either PositionD or PositionI."
"Cannot instantiate the base class. Use either PositionD or PositionI."
)

def _parse_args(self, *args, **kwargs):
Expand Down