Skip to content

Commit

Permalink
Remove black check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Mar 7, 2024
1 parent 929b6d6 commit fd90fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
run: |
poetry run ruff src tests docs
- name: black check
run: |
poetry run black --check src tests docs
- name: mypy check
run: |
poetry run mypy src tests docs
- name: Check twine
shell: bash
# TODO: Renable the dist/* line. Currently failing to check the whl
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.0"
version = "0.11.1"
description = "A developer-friendly World of Warcraft addon packager"
authors = ["Tim Martin <tim@timmart.in>"]
license = "MIT"
Expand Down

0 comments on commit fd90fe9

Please sign in to comment.