Skip to content

Commit

Permalink
chore: Make pre-commit more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Jan 14, 2025
1 parent 3dfb0a7 commit cc3c652
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.12
default_install_hook_types: [pre-commit, commit-msg]
verbose: true # Enable verbose output globally

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand All @@ -21,6 +24,8 @@ repos:
- id: ruff
args:
- --fix
- --show-fixes # Show what files were fixed
- --verbose
exclude: ^alembic/versions/
- id: ruff-format
verbose: true
Expand Down

0 comments on commit cc3c652

Please sign in to comment.