Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 31, 2024
1 parent 6bb1f04 commit 1fe04a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ select = ["F401"] # TODO: eventually, expand to other 'I', 'D', and other 'F' li
fixable = ["ALL"]

[tool.ruff.lint.per-file-ignores]
"nwbinspector/__init__.py" = ["I"] # Must maintain explicit order for imports for check registration
"nwbinspector/nwbinspector/__init__.py" = ["F401", "I"] # Temporarily keeping all exposure for back-compatibility
"nwbinspector/inspector_tools/__init__.py" = ["F401", "I"] # Temporarily keeping all exposure for back-compatibility
"__init__.py" = ["I"] # Must maintain explicit order for imports for check registration
"nwbinspector/__init__.py" = ["F401", "I"] # Temporarily keeping all exposure for back-compatibility
"inspector_tools/__init__.py" = ["F401", "I"] # Temporarily keeping all exposure for back-compatibility


[tool.codespell]
Expand Down

0 comments on commit 1fe04a7

Please sign in to comment.