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/policy: 0.3.4 → 0.3.9](ComPWA/policy@0.3.4...0.3.9)
- [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/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 8e9f888 commit 9ea6b4f
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 @@ -37,7 +37,7 @@ repos:
metadata.vscode
- repo: https://github.com/ComPWA/policy
rev: 0.3.4
rev: 0.3.9
hooks:
- id: check-dev-files
args:
Expand All @@ -61,7 +61,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-json
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
- --in-place

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black-jupyter
args: [--line-length=85]
Expand Down

0 comments on commit 9ea6b4f

Please sign in to comment.