Skip to content

Commit

Permalink
chg: updates to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bossjones committed Jul 31, 2024
1 parent bc6fdab commit 9d85c3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ repos:
# additional_dependencies: [tomli]
# args: ["--in-place", "--recursive", "--diff", "."]

# SOURCE:https://github.com/humblFINANCE/humblAPI/blob/master/.pre-commit-config.yaml
# SOURCE: https://github.com/pypa/pip/blob/main/.pre-commit-config.yaml
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: python-no-log-warn
- id: text-unicode-replacement-char
# - id: python-no-eval
# - id: rst-backticks
# files: .*\.rst$
Expand Down Expand Up @@ -122,6 +124,15 @@ repos:
exclude: ^news/(.gitignore|.*\.(process|removal|feature|bugfix|vendor|doc|trivial).rst)
files: ^news/

# TODO: enable this
# - id: commitizen
# name: commitizen
# entry: cz check
# args: [--commit-msg-file]
# require_serial: true
# language: system
# stages: [commit-msg]

# - id: changelogs-rst
# name: changelog filenames
# language: fail
Expand Down

0 comments on commit 9d85c3e

Please sign in to comment.