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/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 45f3cb3 commit 5a757a9
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 @@ -12,11 +12,11 @@ repos:
types: [file] # override `types: [json]`
files: \.(json|ipynb)$
- repo: https://github.com/psf/black
rev: "24.4.0"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
rev: "v3.12.0"
rev: "v3.13.0"
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
Expand Down

0 comments on commit 5a757a9

Please sign in to comment.