Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 11, 2024
1 parent aaf3405 commit 8a62ae1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,17 @@ exclude = [
"docs/source/conf.py",
"src/pynwb/_due.py",
"docs/source/tutorials/",
"test.py" # remove when pytest comes along
]
line-length = 120

[tool.ruff.per-file-ignores]
"tests/read_dandi/*" = ["T201"]
"docs/gallery/*" = ["E402", "T201"]
"src/*/__init__.py" = ["F401"]
"src/pynwb/_version.py" = ["T201"]
"src/pynwb/validate.py" = ["T201"]

# "test_gallery.py" = ["T201"] # Uncomment when test_gallery.py is created

[tool.ruff.mccabe]
Expand Down

0 comments on commit 8a62ae1

Please sign in to comment.