Skip to content

Commit

Permalink
build: Update deps, migrate to PEP621-compatible metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 5, 2025
1 parent b91c8ec commit e469cec
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 105 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ repos:
- id: sync_ruff_version

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.8'
rev: 'v0.8.6'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: trailing-whitespace
exclude_types: [svg]
Expand All @@ -26,15 +26,13 @@ repos:
- id: check-ast

- repo: https://github.com/python-poetry/poetry
rev: '1.8.0'
rev: '2.0.0'
hooks:
- id: poetry-lock
args:
- --no-update
- id: poetry-check

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.3
rev: v8.17.0
hooks:
- id: cspell

Expand Down
2 changes: 1 addition & 1 deletion config.yaml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Podcast-Archiver configuration
## Generated using podcast-archiver v2.2.1
## Generated using podcast-archiver v2.3.0

# Field 'feeds': Feed URLs to archive.
#
Expand Down
Loading

0 comments on commit e469cec

Please sign in to comment.