Add Ruff linter in CI
This commit is contained in:
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3.12
|
||||
commands:
|
||||
- pip install --root-user-action=ignore -r requirements.txt
|
||||
- ruff check .
|
Reference in New Issue
Block a user