Update pre-commit-config (#2092)

This commit is contained in:
Antoine Prouvost 2022-11-08 10:43:38 +01:00 committed by GitHub
parent 26be4b6272
commit 557e232ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
exclude: libmamba/tests/repodata_json_cache*
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
args: [--safe, --quiet]
@ -11,7 +11,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -42,8 +42,8 @@ repos:
- flake8-bugbear==22.1.11
- flake8-isort==4.1.1
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
rev: v14.0.6
hooks:
- id: clang-format
args: [--style=file, -i]
args: [--style=file]
exclude: ".json"