diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 846339078703..7e1cf62246a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,8 +26,10 @@ # _anlz.h/_pdb.h: Header files generated by Kaitai Struct exclude: ^(lib/|src/test/.*data/).*|res/translations/.*\.ts|src/.*_(anlz|pdb)\.h$ +minimum_pre_commit_version: 2.21.0 default_language_version: python: python3 + rust: 1.64.0 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0