Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed May 15, 2024
1 parent cdb4178 commit e53a6b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ repos:
hooks:
- id: python-check-blanket-noqa
name: Precision flake ignores
- id: python-use-type-annotations
name: No type comments
- id: python-check-blanket-type-ignore
name: No type ignore without scope
- id: python-no-log-warn
name: No useage of logger.warn
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
Expand Down

0 comments on commit e53a6b5

Please sign in to comment.