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/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [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 68013a4 commit fea520f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
name: Make code pretty

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py311-plus"]
Expand Down Expand Up @@ -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 fea520f

Please sign in to comment.