Skip to content

Commit

Permalink
Merge pull request #32 from MikhailKravets/1.2.3
Browse files Browse the repository at this point in the history
1.2.3
  • Loading branch information
MikhailKravets committed Jul 30, 2023
2 parents ba2af89 + 94a2dab commit ea75769
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 310 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
.examples/
.DS_Store

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### PyCharm+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"python.testing.pytestArgs": [
"--cov=mkdocs_puml/",
"--cov-branch",
"--pdb",
"tests",
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
requests = "~= 2.31"
flit = "~=3.7"
mkdocs = "~=1.4"
mkdocs = ">= 1.3, < 2.0"

[dev-packages]
mkdocs-material = "*"
Expand Down
Loading

0 comments on commit ea75769

Please sign in to comment.