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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/sourcery-ai/sourcery: v1.16.0 → v1.18.1b30](sourcery-ai/sourcery@v1.16.0...v1.18.1b30)
  • Loading branch information
pre-commit-ci[bot] authored and Bilbottom committed Jul 2, 2024
1 parent 12ec51d commit 23eb97e
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 @@ -9,7 +9,7 @@ repos:
- id: identity

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: no-commit-to-branch
name: Don't allow commits to the main branch
Expand Down Expand Up @@ -47,14 +47,14 @@ repos:
name: Make code pretty

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
name: Align Python code to latest syntax

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
name: Check Python formatting
Expand All @@ -75,7 +75,7 @@ repos:

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

0 comments on commit 23eb97e

Please sign in to comment.