Skip to content

Commit f25fbc7

Browse files
authored
Merge branch 'feat/oracle-v6' into feat/ORC-110-run-oracle-refslot
2 parents a6d1072 + 73ed38b commit f25fbc7

File tree

5 files changed

+32
-128
lines changed

5 files changed

+32
-128
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ repos:
1414
entry: poetry run conventional-pre-commit
1515
language: system
1616
stages: [commit-msg]
17+
- id: isort-poetry
18+
name: isort
19+
entry: poetry run isort
20+
language: system
21+
types: [python]
22+
stages: [pre-commit]
1723
- id: mypy
1824
name: mypy
1925
entry: poetry run mypy

0 commit comments

Comments
 (0)