Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jun 1, 2024
1 parent 58e51c6 commit e543220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ line-length = 120
"src/pynwb/ndx_extracellular_channels/__init__.py" = ["E402", "F401"]
"src/spec/create_extension_spec.py" = ["T201"]
"src/pynwb/tests/test_example_usage_all.py" = ["T201"]
"src/pynwb/tests/test_example_usage_probeinterface.py" = ["T201"]

[tool.ruff.mccabe]
max-complexity = 17
2 changes: 1 addition & 1 deletion src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def main():
name="planar_contour_in_um", # TODO should this just be "contour"?
doc=("The coordinates of the nodes of the polygon that describe the shape (contour) of the probe, "
"in micrometers. The first and last points are connected to close the polygon. "
"e.g., [(-20., -30.), (20., -110.), (60., -30.), (60., 190.), (-20., 190.)]."
"e.g., [(-20., -30.), (20., -110.), (60., -30.), (60., 190.), (-20., 190.)]."
"See 'probe_planar_contour' in "
"https://probeinterface.readthedocs.io/en/main/format_spec.html for more details."),
dtype="float",
Expand Down

0 comments on commit e543220

Please sign in to comment.