Skip to content
Snippets Groups Projects
Unverified Commit 46993770 authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

Suppress the update check in the ruff linter. (#14741)


* Suppress update check in ruff

* Newsfile

Signed-off-by: default avatarOlivier Wilkinson (reivilibre) <oliverw@matrix.org>

Signed-off-by: default avatarOlivier Wilkinson (reivilibre) <oliverw@matrix.org>
parent 8d20b1ba
No related branches found
No related tags found
No related merge requests found
Use [ruff](https://github.com/charliermarsh/ruff/) instead of flake8.
...@@ -104,6 +104,7 @@ set -x ...@@ -104,6 +104,7 @@ set -x
isort "${files[@]}" isort "${files[@]}"
python3 -m black "${files[@]}" python3 -m black "${files[@]}"
./scripts-dev/config-lint.sh ./scripts-dev/config-lint.sh
ruff "${files[@]}" # --quiet suppresses the update check.
ruff --quiet "${files[@]}"
./scripts-dev/check_pydantic_models.py lint ./scripts-dev/check_pydantic_models.py lint
mypy mypy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment