Skip to content

Commit 0bdea94

Browse files
authored
Merge pull request #82 from iryna-kondr/v1
V1
2 parents 0c91a25 + b52a582 commit 0bdea94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2227
-2479
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ test.py
162162
tmp.ipynb
163163
tmp.py
164164
*.pickle
165+
*.ipynb
165166

166167
# vscode
167168
.vscode/
169+
tmp2.py

.pre-commit-config.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,3 @@ repos:
5656
- id: docformatter
5757
additional_dependencies: [tomli]
5858
args: ["--in-place", "--config", "pyproject.toml"]
59-
# Python tool for docstring coverage
60-
- repo: https://github.com/econchick/interrogate
61-
rev: 1.5.0
62-
hooks:
63-
- id: interrogate
64-
args:
65-
[
66-
"--config",
67-
"pyproject.toml",
68-
"--generate-badge",
69-
".github/assets/badges",
70-
"--badge-style",
71-
"flat",
72-
]
73-
pass_filenames: false

0 commit comments

Comments
 (0)