diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d62cd764a..dac9a2b7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - mdformat-gfm - mdformat-black # files: '.*Variables\.md$' - # dir: docs/ + dir: docs/ files: '.*\.md$' exclude: '.*Readme\.md$' diff --git a/generate-doc.py b/generate-doc.py index c6a8575f9..869caef55 100644 --- a/generate-doc.py +++ b/generate-doc.py @@ -168,7 +168,6 @@ def run(): if os.path.exists("tmps"): shutil.rmtree("tmps") - if __name__ == "__main__": run() # exit succcesfully