Skip to content

Commit

Permalink
Merge pull request #26 from jacebrowning/fix-menu-test
Browse files Browse the repository at this point in the history
Update command to test Slack can be controlled
  • Loading branch information
jacebrowning committed Feb 4, 2024
2 parents 25f9cf2 + ba1ebc8 commit 6bc2f2b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8

- name: Check dependencies
run: make doctor
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python 3.10.10
python 3.11.7
poetry 1.7.1
2 changes: 1 addition & 1 deletion .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ version = 1

cli = dot
cli_version_arg = -V
version = 7
version = 7 || 9
optional = true
message = This is only needed to generate UML diagrams for documentation.
10 changes: 2 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@
"geckodriver.log": true
},
"python.defaultInterpreterPath": ".venv/bin/python",
"pylint.args": ["--rcfile", ".pylint.ini"],
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": ["--rcfile", ".pylint.ini"],
"python.linting.mypyEnabled": true,
"python.linting.mypyArgs": ["--config-file", ".mypy.ini"],
"python.linting.pydocstyleEnabled": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": ".venv/bin/black",
"cSpell.words": [
"applescript",
"builtins",
Expand All @@ -37,6 +30,7 @@
"dataclasses",
"Graphviz",
"ipython",
"launchservices",
"levelname",
"mkdocs",
"noclasses",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 1.1 (beta)
## 1.1 (2024-02-04)

- Added `--mute`/`--unmute` option to control specific channels.

Expand Down

0 comments on commit 6bc2f2b

Please sign in to comment.