aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-12-07 21:33:43 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commitef39cc26c4df9801d85713db75ba7ba1355cdefc (patch)
treed14d28891474525b4469c49fdaa01ba5b92e5748 /.github
parent7d32ae52ce18b2dbf444348d8403bfd7b919f94a (diff)
downloadwee-slack-ef39cc26c4df9801d85713db75ba7ba1355cdefc.tar.gz
Switch to ruff in CI and docs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wee-slack.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml
index 9baf5ba..c017175 100644
--- a/.github/workflows/wee-slack.yml
+++ b/.github/workflows/wee-slack.yml
@@ -24,9 +24,9 @@ jobs:
- run: poetry install
- - run: poetry run isort --check main.py slack tests typings
+ - run: poetry run ruff format --check --target-version py37
- - run: poetry run black --check .
+ - run: poetry run ruff check --target-version py37 main.py slack tests typings
- run: poetry run pyright --pythonversion 3.7 main.py slack tests typings