Add Ruff linter in CI

pull/9/head
Clément FRÉVILLE 11 months ago
parent d4aeb87f75
commit f0bafa7b17

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

@ -0,0 +1,5 @@
matplotlib>=3.5.0
pandas>=1.5.0
seaborn>=0.12.0
streamlit>=1.35.0
ruff>=0.4.8
Loading…
Cancel
Save