Skip to content

Commit

Permalink
chore: Exclude old files numpydoc-validation and codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Nov 29, 2024
1 parent 4dbfda1 commit 8add7ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ strict = true
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unreachable = true
exclude = [
"isoslam/all_introns_counts_and_info.py",
'^all_introns_counts_and_info\.py$',
'^pipeline_slam_3UIs\.py$',
]

[[tool.mypy.overrides]]
Expand Down

0 comments on commit 8add7ae

Please sign in to comment.