Commit 8f840934 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p-update-precommit' into 'master'

Pre-Commit: update details

See merge request allpix-squared/allpix-squared!1155
parents 3d5df98b 6a97737a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.6.0
    rev: v5.0.0
    hooks:
      - id: check-executables-have-shebangs
      - id: check-merge-conflict
@@ -11,12 +11,13 @@ repos:
      - id: check-symlinks
      - id: check-toml
      - id: check-yaml
        exclude: ".clang-format"
      - id: end-of-file-fixer
      - id: fix-byte-order-marker
      - id: mixed-line-ending
        args: [--fix=lf]
      - id: no-commit-to-branch
        args: [--branch=main]
        args: [--branch=master]
      - id: trailing-whitespace
        args: [--markdown-linebreak-ext=md]