Skip to content

Commit

Permalink
feat: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Nov 28, 2024
1 parent bfcc45b commit 0ee5272
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ repos:
hooks:
- id: pyupgrade
args: [--py311-plus]

# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: "" # Use the sha / tag you want to point at
# hooks:
# - id: mypy
# args: [--strict, --ignore-missing-imports]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files

0 comments on commit 0ee5272

Please sign in to comment.