Skip to content

Commit 2b52c45

Browse files
REFACT: Entity creation (#2)
* refactor: client file, remove repetitive patterns * fix: stages on precommit hook * fix: trailing whitespace
1 parent 426606b commit 2b52c45

3 files changed

Lines changed: 265 additions & 421 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
3737
- name: Run pytest
3838
run: |
39-
pytest .
39+
pytest .

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repos:
1313
- id: detect-private-key
1414
- id: no-commit-to-branch
1515
args: [--branch, main, --branch, master]
16+
stages: [commit-msg, pre-commit, prepare-commit-msg]
1617

1718
- repo: https://github.com/pycqa/isort
1819
rev: 5.12.0

0 commit comments

Comments
 (0)