diff --git a/.gitignore b/.gitignore index c4588ce..a9c0f05 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg -tstore/_version.py +# tstore/_version.py # PyInstaller # Usually these files are written by a python script from a template diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcf2625..8d320d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,11 +33,11 @@ repos: types_or: [python, markdown] additional_dependencies: [tomli] - - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.3 - hooks: - - id: yamllint - args: ["-d relaxed"] + # - repo: https://github.com/adrienverge/yamllint.git + # rev: v1.26.3 + # hooks: + # - id: yamllint + # args: ["-d relaxed"] - repo: https://github.com/executablebooks/mdformat rev: 0.7.14 # Use the ref you want to point at