chore: update pre-commit hooks (#2209)

This commit is contained in:
Henry Schreiner 2022-02-23 23:58:11 -05:00 committed by GitHub
parent 08827661e1
commit edadd26439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -107,6 +107,4 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
---
Language: JavaScript
...

View File

@ -22,7 +22,7 @@ repos:
args: ["--py39-plus"]
- repo: https://github.com/hadialqattan/pycln
rev: "v1.1.0"
rev: "v1.2.0"
hooks:
- id: pycln
args: [--config=pyproject.toml]
@ -67,9 +67,10 @@ repos:
additional_dependencies: *mypy-deps
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v13.0.0"
rev: "v13.0.1"
hooks:
- id: clang-format
types_or: [c++, c, cuda]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.5.1"