mirror of https://github.com/mamba-org/mamba.git
Update pre-commit-config (#2092)
This commit is contained in:
parent
26be4b6272
commit
557e232ff5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue