Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Fix issue where we are storing the enum name instead of value, also a… (
Browse files Browse the repository at this point in the history
#21)

* Fix issue where we are storing the enum name instead of value, also added get_table helper funct

* Version bumped to 0.19.0

* update black

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: ns-circle-ci <[email protected]>
  • Loading branch information
3 people authored Apr 21, 2022
1 parent 2127285 commit 4ced378
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 398 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repos:
entry: black
language: python
types: [file, python]
additional_dependencies: [black==21.9b0]
additional_dependencies: [black==22.3.0]

- id: pydocstyle
name: Lint Python docstrings (pydocstyle)
Expand Down
Loading

0 comments on commit 4ced378

Please sign in to comment.