Skip to content

Commit fca2cd3

Browse files
committed
Merge branch 'main' of github.com:Ermlab/python-ddd into main
2 parents 50ef84f + c455659 commit fca2cd3

4 files changed

Lines changed: 13 additions & 1096 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/ambv/black
3+
rev: 22.3.0
4+
hooks:
5+
- id: black
6+
- repo: https://github.com/pycqa/isort
7+
rev: 5.10.1
8+
hooks:
9+
- id: isort
10+
name: isort (python)
11+
args: ["--profile", "black"]

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0b3
1+
3.10.0

0 commit comments

Comments
 (0)