mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-06 04:01:12 +00:00
Updated the flake8 hook and black's version, closes #608. Co-authored-by: Chi Wang <wang.chi@microsoft.com>
21 lines
508 B
YAML
21 lines
508 B
YAML
|
|
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 4.0.1
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-ast
|
|
- id: check-byte-order-marker
|
|
- id: check-merge-conflict
|
|
- id: detect-private-key
|
|
- id: trailing-whitespace
|
|
- id: no-commit-to-branch |