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

Add black and isort #15

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Add black and isort #15

merged 2 commits into from
Nov 13, 2023

Conversation

drhagen
Copy link
Owner

@drhagen drhagen commented Nov 13, 2023

This was added via Ruff, obviously. This also changed the line length to 99 to follow the Python blueprint.

@codecov-commenter
Copy link

Codecov Report

Merging #15 (e1695ab) into master (bfb8100) will not change coverage.
The diff coverage is 87.16%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   89.68%   89.68%           
=======================================
  Files          10       10           
  Lines         756      756           
  Branches      171      171           
=======================================
  Hits          678      678           
  Misses         39       39           
  Partials       39       39           
Files Coverage Δ
src/tensora/__init__.py 100.00% <100.00%> (ø)
src/tensora/expression/ast.py 100.00% <100.00%> (ø)
src/tensora/expression/parser.py 100.00% <100.00%> (ø)
src/tensora/format/__init__.py 100.00% <100.00%> (ø)
src/tensora/format/format.py 100.00% <100.00%> (ø)
src/tensora/format/parser.py 96.42% <100.00%> (ø)
src/tensora/tensor.py 91.61% <96.82%> (ø)
src/tensora/function.py 76.31% <62.50%> (ø)
src/tensora/compile.py 79.74% <76.78%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@drhagen drhagen merged commit e324c5c into master Nov 13, 2023
4 checks passed
@drhagen drhagen deleted the black-isort branch November 13, 2023 02:10
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.

2 participants