Skip to content

Commit

Permalink
reordering jobs in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dsillman2000 committed Nov 26, 2023
1 parent 65614d5 commit 8b7102d
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args: [--line-length=120]

- repo: local
hooks:
- id: metadock-build
name: Metadock-build documents
entry: bash -c "bash .metadock/metadock-build-docs.sh" --
language: system

- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args: [--line-length=120]

0 comments on commit 8b7102d

Please sign in to comment.