diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81ce0e1..89aa3ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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