diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-05 12:35:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 12:35:57 +0000 |
commit | 20de685a4b500212d19acda5f637d51a8dd6be4e (patch) | |
tree | cb4ede58d67fc349a4c783b99eb178bd28e061cb /.github | |
parent | Allow enabling sliding sync per-user (#17393) (diff) | |
download | synapse-20de685a4b500212d19acda5f637d51a8dd6be4e.tar.xz |
Bump ruff from 0.3.7 to 0.5.0 (#17381)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cc5a525a6..767495101b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: - 'pyproject.toml' - 'poetry.lock' - '.github/workflows/tests.yml' - + linting_readme: - 'README.rst' @@ -139,7 +139,7 @@ jobs: - name: Semantic checks (ruff) # --quiet suppresses the update check. - run: poetry run ruff --quiet . + run: poetry run ruff check --quiet . lint-mypy: runs-on: ubuntu-latest |