mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #57] [MERGED] feat(linter): ruff integration #142
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/57
Author: @XuehaiPan
Created: 3/15/2023
Status: ✅ Merged
Merged: 3/15/2023
Merged by: @XuehaiPan
Base:
main← Head:ruff-integration📝 Commits (2)
80b9d6ffeat:ruffintegration48f05a3test: add minimal import tests📊 Changes
34 files changed (+538 additions, -313 deletions)
View changed files
📝
.flake8(+3 -0)📝
.github/workflows/build.yaml(+6 -1)📝
.github/workflows/lint.yaml(+8 -0)📝
.pre-commit-config.yaml(+6 -0)📝
nvitop/api/collector.py(+13 -10)📝
nvitop/api/device.py(+101 -42)📝
nvitop/api/host.py(+12 -10)📝
nvitop/api/libcuda.py(+4 -7)📝
nvitop/api/libcudart.py(+7 -10)📝
nvitop/api/libnvml.py(+36 -27)📝
nvitop/api/process.py(+19 -17)📝
nvitop/api/utils.py(+9 -6)📝
nvitop/callbacks/keras.py(+2 -2)📝
nvitop/callbacks/pytorch_lightning.py(+4 -4)📝
nvitop/cli.py(+29 -13)📝
nvitop/gui/library/displayable.py(+8 -21)📝
nvitop/gui/library/history.py(+18 -9)📝
nvitop/gui/library/keybinding.py(+6 -6)📝
nvitop/gui/library/libcurses.py(+13 -18)📝
nvitop/gui/library/messagebox.py(+2 -1)...and 14 more files
📄 Description
Issue Type
Description
Add
rufflinter integration.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.