Skip to content

Commit

Permalink
show errors and additionally skips
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 23, 2023
1 parent c623d1e commit 79002b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ repos:
hooks:
- id: sp-repo-review
additional_dependencies: ["repo-review[cli]"]
args: ["--ignore=MY100,PC140,PC180", "--show=err"]
args: ["--ignore=MY100,PC140,PC180", "--show=errskip"]
# MyPy (MY)
# - MY100: Uses MyPy (pyproject config).
# Pre-commit (PC)
Expand Down

0 comments on commit 79002b7

Please sign in to comment.