IN-CORE / pyincore

pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
24 stars 7 forks source link

Black formatter ignore code E501,E711,E712,E721 #595

Open ylyangtw opened 1 week ago

ylyangtw commented 1 week ago

Please create branch based on https://github.com/IN-CORE/pyincore/tree/589-black-formatter Remove extend-ignore codes E501,E711,E712,E721 in the file .flake8 Then run pre-commit run --all-files to see what codes need manual changes