Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
updates:
- [github.com/ComPWA/repo-maintenance: 0.0.182 → 0.0.184](ComPWA/policy@0.0.182...0.0.184)
- [github.com/ComPWA/mirrors-pyright: v1.1.315 → v1.1.316](ComPWA/mirrors-pyright@v1.1.315...v1.1.316)
- [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](asottile/pyupgrade@v3.7.0...v3.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 4b76f39 commit 28160f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.182
rev: 0.0.184
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -106,12 +106,12 @@ repos:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.315
rev: v1.1.316
hooks:
- id: pyright

- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
rev: v3.8.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 28160f0

Please sign in to comment.