Skip to content

Commit

Permalink
pre-commit: Remove list of hooks
Browse files Browse the repository at this point in the history
The list is redundant as the hooks can be found by reading the rest of
the file and it prone to become outdated.
  • Loading branch information
Holzhaus committed Aug 18, 2021
1 parent db22e63 commit f04875c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
# to manage, install and run git hooks to catch common problems early on.
# See https://pre-commit.com/ for details.
#
# This adds the following hooks:
#
# - check-case-conflict
# - check-byte-order-marker
# - check-yaml
# - check-json
# - check-xml
# - mixed-line-ending
# - end-of-file-fixer
# - trailing-whitespace
# - no-commit-to-branch
# - eslint
# - clang-format
# - qsscheck
#
# If you have Python >= 3.7 and python-pip installed, just run:
#
# $ pip install --user pre-commit
Expand Down

0 comments on commit f04875c

Please sign in to comment.