Merge pull request #680 from collective/ruff

Ruff formatting
pull/684/head
Nicco Kunzmann 2024-07-03 14:49:19 +01:00 zatwierdzone przez GitHub
commit a1e30fb3c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 10 dodań i 0 usunięć

9
.github/workflows/ruff.yml vendored 100644
Wyświetl plik

@ -0,0 +1,9 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
continue-on-error: true

Wyświetl plik

@ -63,6 +63,7 @@ Breaking changes:
New features:
- Check code quality with `Ruff <https://docs.astral.sh/ruff/>`_, optional report
- Test compatibility with Python 3.12
- Add function ``icalendar.use_pytz()``.
- Allows selecting components with ``walk(select=func)`` where ``func`` takes a