Use default line length for black formatter

develop
Chris Leaman 6 years ago
parent 557c15df1f
commit cb090d1a41

@ -723,7 +723,7 @@ geojsons: ./data/interim/profile_features_crest_toes.geojson ./data/interim/site
###############################
# Misc commands
format: ./src/*.py ##@misc Check python file formatting
activate ./.venv && black --line-length 120 "src/"
activate ./.venv && black "src/"
###############################

Loading…
Cancel
Save