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/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/ComPWA/repo-maintenance: 0.1.9 → 0.1.11](ComPWA/policy@0.1.9...0.1.11)
- [github.com/streetsidesoftware/cspell-cli: v8.1.1 → v8.2.1](streetsidesoftware/cspell-cli@v8.1.1...v8.2.1)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3-1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3-1...v4.0.0-alpha.8)
- [github.com/ComPWA/mirrors-pyright: v1.1.339 → v1.1.344](ComPWA/pyright-pre-commit@v1.1.339...v1.1.344)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 7befb70 commit d5ae82c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- id: black-jupyter
Expand All @@ -42,7 +42,7 @@ repos:
- jupyter

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.9
rev: 0.1.11
hooks:
- id: check-dev-files
args:
Expand All @@ -52,7 +52,7 @@ repos:
- --repo-title=Pawian Tools

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.1.1
rev: v8.2.1
hooks:
- id: cspell

Expand Down Expand Up @@ -103,17 +103,17 @@ repos:
metadata.vscode
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3-1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.339
rev: v1.1.344
hooks:
- id: pyright

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.9
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit d5ae82c

Please sign in to comment.