summaryrefslogtreecommitdiff
path: root/.github/workflows/ruff.yml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-05 13:43:38 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-05 13:43:38 -0500
commit2f6378e067472d9a4a0736ecd4fa0fd33d990c82 (patch)
tree6e273aa46a66078e910802feabe993459e5b24ee /.github/workflows/ruff.yml
parent82bfe7bfffc9344fba7c341615702d080f54e439 (diff)
downloadyoshi-cli-2f6378e067472d9a4a0736ecd4fa0fd33d990c82.tar.gz
yoshi-cli-2f6378e067472d9a4a0736ecd4fa0fd33d990c82.tar.bz2
yoshi-cli-2f6378e067472d9a4a0736ecd4fa0fd33d990c82.zip
clean up remaining pylint items
Diffstat (limited to '.github/workflows/ruff.yml')
-rw-r--r--.github/workflows/ruff.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
index caef813..348743b 100644
--- a/.github/workflows/ruff.yml
+++ b/.github/workflows/ruff.yml
@@ -1,4 +1,4 @@
-name: Pylint
+name: Ruff
on:
push:
@@ -34,4 +34,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
default_author: github_actions
- pathspec_error_handling: ignore \ No newline at end of file
+ pathspec_error_handling: ignore