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 @@ -7,7 +7,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
stages: [pre-commit]
exclude: ChangeLog-spell-corrected.diff
exclude: ChangeLog-spell-corrected.diff|mathics/builtin/system.py
- id: end-of-file-fixer
stages: [pre-commit]
exclude: ChangeLog-spell-corrected.diff
Expand Down
5 changes: 1 addition & 4 deletions mathics/builtin/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ class Breakpoint(Builtin):

def eval(self, evaluation: Evaluation):
"Breakpoint[]"
# I have to comment out this to pass the
# "precommit". @rocky, any idea about how to
# remove the comment?
# breakpoint()
breakpoint()


class CommandLine(Predefined):
Expand Down