Skip to content

Commit

Permalink
No update, synchronising versions with MC
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 24, 2024
1 parent 7a08b21 commit 11c17db
Showing 1 changed file with 30 additions and 22 deletions.
52 changes: 30 additions & 22 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
repos:
- hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- id: check-yaml
# - args:
# - --branch
# - master
# id: no-commit-to-branch
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
# repos:
# - hooks:
# - id: trailing-whitespace
# args: ["--verbose"]
# - id: end-of-file-fixer
# args: ["--verbose"]
# - id: check-added-large-files
# args: ["--verbose"]
# - id: check-yaml
# args: ["--verbose"]

- hooks:
- id: snakefmt
repo: https://github.com/snakemake/snakefmt
rev: 0.4.0
# # - args:
# # - --branch
# # - master
# # id: no-commit-to-branch
# repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v3.4.0

- hooks:
- id: commitizen
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.17.12
# - hooks:
# - id: snakefmt
# args: ["--verbose"]

# repo: https://github.com/snakemake/snakefmt
# rev: 0.4.0

# - hooks:
# - id: commitizen
# args: ["--verbose"]
# stages:
# - commit-msg
# repo: https://github.com/commitizen-tools/commitizen
# rev: v2.17.12

0 comments on commit 11c17db

Please sign in to comment.