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

Switch linting to Ruff #164

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Switch linting to Ruff #164

merged 2 commits into from
Oct 9, 2023

Conversation

SeanBryan51
Copy link
Collaborator

This change fixes minor linter warnings from the Ruff linter and adds a basic ruff.toml configuration.

Fixes #145

@SeanBryan51 SeanBryan51 linked an issue Oct 4, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #164 (56448d4) into main (b683d29) will increase coverage by 0.21%.
Report is 12 commits behind head on main.
The diff coverage is 99.52%.

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
+ Coverage   88.75%   88.97%   +0.21%     
==========================================
  Files          27       26       -1     
  Lines        1628     1660      +32     
==========================================
+ Hits         1445     1477      +32     
  Misses        183      183              
Files Coverage Δ
benchcab/cli.py 100.00% <100.00%> (ø)
benchcab/comparison.py 61.36% <100.00%> (ø)
benchcab/config.py 100.00% <100.00%> (ø)
benchcab/environment_modules.py 85.00% <100.00%> (+0.38%) ⬆️
benchcab/fluxsite.py 83.04% <100.00%> (+0.09%) ⬆️
benchcab/internal.py 90.47% <ø> (ø)
benchcab/repository.py 99.00% <100.00%> (+0.01%) ⬆️
benchcab/utils/fs.py 100.00% <100.00%> (ø)
benchcab/utils/pbs.py 100.00% <ø> (ø)
benchcab/utils/subprocess.py 100.00% <100.00%> (ø)
... and 14 more

@SeanBryan51 SeanBryan51 merged commit e160bba into main Oct 9, 2023
4 checks passed
@SeanBryan51 SeanBryan51 deleted the 145-switch-linting-to-ruff branch October 9, 2023 02:50
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.

Switch linting to ruff.
2 participants