Skip to content

Commit

Permalink
proj config
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Jun 11, 2024
1 parent 2615fa3 commit 1e71a8e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
JUNK_DATA_PATH/
junk_data
.pypi-token
.commit_log
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ priority = "explicit"
# TODO: make all of the following ignored across all formatting/linting
# tests/input_data, tests/junk_data, muutils/_wip

[tool.pytest.ini_options]
filterwarnings = [
"ignore::muutils.nbutils.configure_notebook.UnknownFigureFormatWarning", # don't show warning for unknown figure format
"ignore::muutils.nbutils.configure_notebook.PlotlyNotInstalledWarning", # don't show warning for missing plotly
"ignore::muutils.json_serialize.serializable_dataclass.ZanjMissingWarning", # don't show warning for missing zanj (can't have as a dep since zanj depends on muutils)
]

[tool.pycln]
all = true
exclude = "tests/input_data"
Expand Down

0 comments on commit 1e71a8e

Please sign in to comment.