Skip to content

Commit

Permalink
Allow scripts (#41)
Browse files Browse the repository at this point in the history
allow user to 'dump' un-used script-level files in the scripts-folder
  • Loading branch information
D2Hydro authored Nov 20, 2023
1 parent 9d24dcc commit d651a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ select = ["D", "E", "F", "NPY", "PD", "C4", "I", "UP"]
ignore = ["D1", "D202", "D205", "D400", "D404", "E501", "PD002", "PD901"]
fixable = ["I"]
extend-include = ["*.ipynb"]
exclude = ["scripts/*"]
target-version = "py310"

[pydocstyle]
Expand Down
Empty file removed scripts/codes.py
Empty file.

0 comments on commit d651a91

Please sign in to comment.