Skip to content

Commit

Permalink
Merge pull request #82 from iryna-kondr/v1
Browse files Browse the repository at this point in the history
V1
  • Loading branch information
iryna-kondr committed Dec 25, 2023
2 parents 0c91a25 + b52a582 commit 0bdea94
Show file tree
Hide file tree
Showing 65 changed files with 2,227 additions and 2,479 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ test.py
tmp.ipynb
tmp.py
*.pickle
*.ipynb

# vscode
.vscode/
tmp2.py
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,3 @@ repos:
- id: docformatter
additional_dependencies: [tomli]
args: ["--in-place", "--config", "pyproject.toml"]
# Python tool for docstring coverage
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
hooks:
- id: interrogate
args:
[
"--config",
"pyproject.toml",
"--generate-badge",
".github/assets/badges",
"--badge-style",
"flat",
]
pass_filenames: false
Loading

0 comments on commit 0bdea94

Please sign in to comment.