Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Dec 1, 2023
1 parent 17259eb commit 9c0ae98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- mdformat-gfm
- mdformat-black
# files: '.*Variables\.md$'
# dir: docs/
dir: docs/
files: '.*\.md$'
exclude: '.*Readme\.md$'

Expand Down
1 change: 0 additions & 1 deletion generate-doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def run():
if os.path.exists("tmps"):
shutil.rmtree("tmps")


if __name__ == "__main__":
run()
# exit succcesfully
Expand Down

0 comments on commit 9c0ae98

Please sign in to comment.