Skip to content

Commit b2cd252

Browse files
authored
All short_code method for Statistic (#71)
* All short_code method for Statistic Add util method for get all tokens Add enum for distribution types * Fix codespell
1 parent 07725b7 commit b2cd252

File tree

15 files changed

+1131
-164
lines changed

15 files changed

+1131
-164
lines changed

.codespell-ignore-words

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MOR

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
python-version: "3.12"
8787
- uses: pre-commit/[email protected]
8888

89+
8990
build:
9091
name: "Build"
9192
needs: [ build-linux, pre-commit ]

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ repos:
6060
rev: v2.3.0
6161
hooks:
6262
- id: codespell
63+
args: [ "--ignore-words=.codespell-ignore-words" ]
6364
additional_dependencies:
6465
- tomli

0 commit comments

Comments
 (0)