Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/ComPWA/policy: 0.2.2 → 0.3.3](ComPWA/policy@0.2.2...0.3.3)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.2](pre-commit/mirrors-clang-format@v17.0.6...v18.1.2)
- [github.com/cmhughes/latexindent.pl: V3.23.5 → V3.23.8](cmhughes/latexindent.pl@V3.23.5...V3.23.8)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 4cf86ea commit 1432f5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.2.2
rev: 0.3.3
hooks:
- id: colab-toc-visible
- id: check-dev-files
Expand All @@ -27,7 +27,7 @@ repos:
- --repo-name=gluex-amplitude

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-isort
- id: nbqa-pyupgrade
Expand All @@ -52,15 +52,15 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v18.1.2
hooks:
- id: clang-format
types_or:
Expand All @@ -85,14 +85,14 @@ repos:
- id: isort

- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.23.5
rev: V3.23.8
hooks:
- id: latexindent
args:
- "-y=defaultIndent: ' '"

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
args:
Expand Down Expand Up @@ -122,7 +122,7 @@ repos:
- id: prettier

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

0 comments on commit 1432f5d

Please sign in to comment.