Skip to content

Commit

Permalink
ruff has a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Nov 7, 2023
1 parent 4c50449 commit 78f0af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/Distributions/DiscreteDistributionLabeled.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"from HARK.distribution import (\n",
" MeanOneLogNormal,\n",
" DiscreteDistributionLabeled,\n",
" calc_expectation,\n",
" combine_indep_dstns,\n",
")"
]
Expand Down
3 changes: 2 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include = ["*.ipynb"]
ignore = ["E731", "E721", "E402", "F841", "F821", "F405", "F403"]
# ignore F401 for now: https://github.com/astral-sh/ruff/issues/8354
ignore = ["E731", "E721", "E402", "F841", "F821", "F405", "F403", "F401"]

0 comments on commit 78f0af8

Please sign in to comment.