Skip to content

Commit

Permalink
Fix ruff invocation deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Mar 7, 2024
1 parent fd90fe9 commit 1babb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: ruff check
run: |
poetry run ruff src tests docs
poetry run ruff check src tests docs
- name: Check twine
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wow-addon-packager"
version = "0.11.1"
version = "0.11.2"
description = "A developer-friendly World of Warcraft addon packager"
authors = ["Tim Martin <tim@timmart.in>"]
license = "MIT"
Expand Down

0 comments on commit 1babb5c

Please sign in to comment.