mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
refact: use ruff instead of autopep8,bandit,pylint for linting
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -134,12 +134,16 @@ jobs:
|
||||
run: pdm show
|
||||
|
||||
|
||||
- name: Security Audit
|
||||
run: pdm run audit
|
||||
- name: Check with ruff
|
||||
run: pdm run ruff check
|
||||
|
||||
|
||||
- name: Check code style
|
||||
run: pdm run lint
|
||||
- name: Check with mypy
|
||||
run: pdm run mypy
|
||||
|
||||
|
||||
- name: Check with pyright
|
||||
run: pdm run pyright
|
||||
|
||||
|
||||
- name: Run unit tests
|
||||
|
||||
Reference in New Issue
Block a user