Skip to content

Commit

Permalink
Merge pull request #680 from collective/ruff
Browse files Browse the repository at this point in the history
Ruff formatting
  • Loading branch information
niccokunzmann committed Jul 3, 2024
2 parents 02bd019 + ce12b6f commit a1e30fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e30fb

Please sign in to comment.