Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Black formatting (no spaces for power operator) #1160

Merged
merged 1 commit into from Feb 19, 2022

Conversation

EwoutH
Copy link
Contributor

@EwoutH EwoutH commented Feb 19, 2022

Black was updated to hug power operators, this commit fixes that in the Mesa code base.

Closes #1155.

Black was updated to hug power operators, this commit fixes that in the Mesa code base.
@codecov
Copy link

codecov bot commented Feb 19, 2022

Codecov Report

Merging #1160 (f45b042) into main (c30ab5e) will increase coverage by 0.25%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1160      +/-   ##
==========================================
+ Coverage   89.03%   89.28%   +0.25%     
==========================================
  Files          19       19              
  Lines        1258     1269      +11     
  Branches      254      259       +5     
==========================================
+ Hits         1120     1133      +13     
+ Misses        101      100       -1     
+ Partials       37       36       -1     
Impacted Files Coverage Δ
mesa/space.py 94.92% <100.00%> (+0.01%) ⬆️
mesa/datacollection.py 97.70% <0.00%> (+0.02%) ⬆️
mesa/visualization/ModularVisualization.py 75.60% <0.00%> (+0.40%) ⬆️
mesa/main.py 96.42% <0.00%> (+0.42%) ⬆️
mesa/batchrunner.py 92.28% <0.00%> (+0.67%) ⬆️
mesa/visualization/UserParam.py 86.79% <0.00%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c30ab5e...f45b042. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lint-black breaking workflow
3 participants