Skip to content

Commit

Permalink
ignore jupyter folders (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Feb 1, 2023
1 parent e7d510f commit c04bfda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ asdf_schema_root = "weldx/schemas/weldx.bam.de/weldx" # TODO: couldn"t we just
#asdf_schema_tests_enabled = true
#asdf_schema_skip_tests =
# weldx.bam.de/weldx/datamodels/single_pass_weld-1.0.0.schema.yaml
norecursedirs = "doc"
norecursedirs = [
"doc",
".ipynb_checkpoints",
]
filterwarnings = [
"ignore::DeprecationWarning:traittypes.*:",
"ignore:Passing method to :FutureWarning:xarray.*:",
Expand Down

0 comments on commit c04bfda

Please sign in to comment.