Skip to content

Commit

Permalink
switch to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Jul 15, 2024
1 parent 223523c commit 5ecba66
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 391 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: isort
run: poetry run isort --check-only supervisor_react
- name: black
run: poetry run black --check supervisor_react
- name: flake8
run: poetry run flake8 supervisor_react
- name: ruff
run: poetry run ruff supervisor_react
- name: bandit
run: poetry run bandit -c pyproject.toml -r supervisor_react
- name: pylint
run: poetry run pylint supervisor_react
- name: mypy
run: poetry run mypy supervisor_react
Loading

0 comments on commit 5ecba66

Please sign in to comment.