Skip to content

Commit 944d464

Browse files
Merge branch 'main' into cot
2 parents 252d3f0 + 47f96d8 commit 944d464

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 22.10.0
4+
hooks:
5+
- id: black
6+
name: black
7+
- repo: https://github.com/PyCQA/isort
8+
rev: 5.12.0
9+
hooks:
10+
- id: isort
11+
name: isort
12+
- repo: https://github.com/PyCQA/pylint
13+
rev: v2.15.5
14+
hooks:
15+
- id: pylint
16+
name: pylint
17+
entry: pylint
18+
language: system
19+
types: [python]

0 commit comments

Comments
 (0)