issues
search
joshbduncan
/
word-search-generator
Make awesome Word Search puzzles!
MIT License
75
stars
24
forks
source link
Full pyproject toml
#38
Closed
joshbduncan
closed
1 year ago
joshbduncan
commented
1 year ago
Changed
Moved build system from setup.cfg to pyproject.toml
Added
ruff
to the dev tool set (plus tox, pre-commit)
Fixed all ruff suggestions
Moved flake8 settings to .flake8 file since pyproject.toml isn't supported
Changed 'mode' on CSV and JSON open context managers to 'x' and let that handle any exceptions
Removed
export.validate_path()
Changed
Removed
export.validate_path()