Skip to content

Commit

Permalink
FIX: commit exported Python file
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 7, 2024
1 parent ceb6807 commit 6355b18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ _inventory.md
002/*-graph
013/graph?
018/graph

_static/exported_intensity_model.py
5 changes: 5 additions & 0 deletions docs/_static/exported_intensity_model.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ exclude = [
"**/.tox",
"**/__pycache__",
"**/_build",
"**/exported_intensity_model.py",
]
reportGeneralTypeIssues = false
reportIncompatibleMethodOverride = false
Expand Down Expand Up @@ -263,6 +264,7 @@ testpaths = [
]

[tool.ruff]
extend-exclude = ["exported_intensity_model.py"]
extend-include = ["*.ipynb"]
preview = true
show-fixes = true
Expand Down

0 comments on commit 6355b18

Please sign in to comment.