Skip to content

Commit

Permalink
Merge pull request #99 from seapagan/update-pre-commit
Browse files Browse the repository at this point in the history
update tool versions in both pre-commit configs
  • Loading branch information
seapagan authored Sep 23, 2023
2 parents f907b09 + a1af212 commit 4507fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
hooks:
- id: tryceratops
- repo: https://github.com/python-poetry/poetry
rev: "1.6.0"
rev: "1.6.1"
hooks:
- id: poetry-check
# - id: poetry-lock
Expand Down
6 changes: 3 additions & 3 deletions py_maker/template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--line-length=80]
Expand All @@ -35,10 +35,10 @@ repos:
- id: isort
args: [--profile=black, --line-length=80]
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.12
rev: v0.9.13.4
hooks:
- id: pymarkdown
exclude: ^.github/
exclude: ^.github/|CHANGELOG.md|template/.github/
# args: [-d, "MD014", scan]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
Expand Down

0 comments on commit 4507fb0

Please sign in to comment.