Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 29, 2023
1 parent 7980937 commit 5f02860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/write_foo.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
# open the NWB file in r+ mode
with NWBHDF5IO(filename, "r+") as io:
read_nwbfile = io.read()
breakpoint()
breakpoint()

Check failure on line 52 in docs/write_foo.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (T100)

docs/write_foo.py:52:1: T100 Trace found: `breakpoint` used

0 comments on commit 5f02860

Please sign in to comment.