Ruben van Staveren 7f7d398e5c
Some checks failed
Flake8 / build (3.11) (push) Failing after 1s
Remind me that I need to do stuff with uv
2025-03-14 11:35:05 +01:00

16 lines
242 B
YAML

---
name: Flake8
on: [push]
# XXX need to do stuff with uv
jobs:
build:
strategy:
matrix:
python-version: ["3.11"]
steps:
- name: Analyse code with Flake8
run: |
flake8 $(git ls-files '*.py')