Skip to content

Commit

Permalink
Fix ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Sep 26, 2024
1 parent 1d2e4da commit bfb0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ line-length = 120
"src/pynwb/ndx_pose/__init__.py" = ["E402", "F401"]
"src/pynwb/ndx_pose/io/__init__.py" = ["F401"]
"src/spec/create_extension_spec.py" = ["T201"]
"src/pynwb/tests/test_example_usage.py" = ["T201"]
"examples/*" = ["T201"]

[tool.ruff.lint.mccabe]
max-complexity = 17

0 comments on commit bfb0ba3

Please sign in to comment.