Skip to content

Commit

Permalink
Synchronising version
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 24, 2024
1 parent 11c17db commit 2617f08
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
# 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"]

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

# - 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
# - hooks:
# - id: snakefmt
# repo: https://github.com/snakemake/snakefmt
# rev: 0.4.0
# - hooks:
# - id: commitizen
# stages:
# - commit-msg
# repo: https://github.com/commitizen-tools/commitizen
# rev: v2.17.12

0 comments on commit 2617f08

Please sign in to comment.