Skip to content

Commit

Permalink
Clean up ruff ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 9, 2025
1 parent 39975fc commit 833edc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{ cookiecutter.namespace }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ exclude = [
line-length = 120

[tool.ruff.lint.per-file-ignores]
"src/pynwb/{{ cookiecutter.py_pkg_name }}/__init__.py" = ["E402", "F401"]
"src/spec/create_extension_spec.py" = ["T201"]

[tool.ruff.lint.mccabe]
Expand Down

0 comments on commit 833edc1

Please sign in to comment.