Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.8.0 → 2.0.0](python-poetry/poetry@1.8.0...2.0.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
- [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
- [github.com/sourcery-ai/sourcery: v1.23.0 → v1.28.0](sourcery-ai/sourcery@v1.23.0...v1.28.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 7d97ebd commit de1b241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
name: Validate Python

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.0
hooks:
- id: poetry-check
name: Check that the Poetry configuration is valid
Expand All @@ -47,7 +47,7 @@ repos:
name: Make code pretty

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -67,15 +67,15 @@ repos:
args: ["--filter-files"]

- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
name: Remove unused imports and variables
args: [--config=pyproject.toml]

# Sourcery (refactoring)
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.23.0
rev: v1.28.0
hooks:
- id: sourcery
name: Check for refactoring opportunities
Expand Down

0 comments on commit de1b241

Please sign in to comment.