summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-01 10:12:09 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-01 10:12:09 +0200
commitf4873cef08c8cc03664ace2be63fb42dbfc17c8d (patch)
treeee3265b0431d519576786af40d168ef557375fc1 /.github
parent4caa267eec42713a5da0830ca27f14e9f9467300 (diff)
Improve Lint
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 219a4731..4109588c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,6 +34,8 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=.git,./docs,./glances/outputs/static
+ # - name: Lint with Ruff
+ # uses: chartboost/ruff-action@v1
- name: Static type check
run: |