Skip to content

Commit

Permalink
mv update-get-info hook at the end
Browse files Browse the repository at this point in the history
because this hook runs ruff internally on the `_nx_parallel/__init__.py` file
  • Loading branch information
Schefflera-Arboricola authored Sep 26, 2024
1 parent 2c28523 commit ec1b7de
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 @@ -2,13 +2,6 @@
# pre-commit install

repos:
- repo: local
hooks:
- id: update-get_info
name: Update function info
entry: sh _nx_parallel/script.sh
language: system
pass_filenames: false
- repo: https:/adamchainz/blacken-docs
rev: 1.18.0
hooks:
Expand All @@ -20,3 +13,10 @@ repos:
args:
- --fix
- id: ruff-format
- repo: local
hooks:
- id: update-get_info
name: Update function info
entry: sh _nx_parallel/script.sh
language: system
pass_filenames: false

0 comments on commit ec1b7de

Please sign in to comment.