Skip to content

WIP: Use Uv for managing packages and Ruff for code formatter. #1252

WIP: Use Uv for managing packages and Ruff for code formatter.

WIP: Use Uv for managing packages and Ruff for code formatter. #1252

Workflow file for this run

name: Code Style
on:
push:
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
pull_request:
branches: [ development, master ]
paths-ignore:
- 'src/pretix/locale/**'
- 'src/pretix/static/**'
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: './src'