Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

History

History
History
29 lines (26 loc) 路 638 Bytes

File metadata and controls

29 lines (26 loc) 路 638 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
default_stages: [ commit ]
# Install
# 1. pip install metagpt[dev]
# 2. pre-commit install
# 3. pre-commit run --all-files # make sure all files are clean
repos:
- repo: git@github.com:pycqa/isort.git
rev: 5.11.5
hooks:
- id: isort
args: ['--profile', 'black']
exclude: >-
(?x)^(
.*__init__\.py$
)
- repo: git@github.com:astral-sh/ruff-pre-commit.git
# Ruff version.
rev: v0.0.284
hooks:
- id: ruff
args: [ --fix ]
- repo: git@github.com:psf/black.git
rev: 23.3.0
hooks:
- id: black
args: ['--line-length', '120']
Morty Proxy This is a proxified and sanitized view of the page, visit original site.