Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 7, 2024
1 parent e7fda77 commit 06e0535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e0535

Please sign in to comment.