From 40a7fa2b07c5365102d8534186c1efe24c558e3b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 5 May 2023 18:54:16 -0500 Subject: [PATCH] tui: -pascalcase linting for name required by Textual --- src/amdgpu_stats/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amdgpu_stats/tui.py b/src/amdgpu_stats/tui.py index 3854833..c28da82 100644 --- a/src/amdgpu_stats/tui.py +++ b/src/amdgpu_stats/tui.py @@ -177,7 +177,7 @@ class GPUStatsWidget(Static): self.table_needs_init = False -class app(App): +class app(App): # pylint: disable=invalid-name """Textual-based tool to show AMDGPU statistics.""" # apply stylesheet; this is watched/dynamically reloaded