Skip to content

Commit

Permalink
make more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jul 19, 2024
1 parent 074c4ce commit 8fab0b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ repos:
rev: "1.0.1"
hooks:
- id: flynt
- args: [--verbose]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.0
rev: v0.5.3
hooks:
# Run the linter.
- id: ruff
types_or: [python, pyi, jupyter]
args: [--fix, --exit-non-zero-on-fix]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [python, pyi, jupyter]

0 comments on commit 8fab0b9

Please sign in to comment.