Skip to content

Commit 2c8bbcd

Browse files
committed
Add pre-commit config
1 parent f348638 commit 2c8bbcd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 23.3.0
4+
hooks:
5+
- id: black
6+
language_version: python3.10
7+
8+
- repo: https://github.com/pycqa/isort
9+
rev: 5.12.0
10+
hooks:
11+
- id: isort
12+
name: isort (python)
13+
language_version: python3.10

0 commit comments

Comments
 (0)