1
0

Bump ruff from 0.3.7 to 0.5.0 (#17381)

This commit is contained in:
dependabot[bot]
2024-07-05 12:35:57 +00:00
committed by GitHub
parent 8e9e6f1a0a
commit 20de685a4b
13 changed files with 41 additions and 36 deletions

View File

@@ -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