Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
- [github.com/jackdewinter/pymarkdown: v0.9.13.4 → v0.9.14](jackdewinter/pymarkdown@v0.9.13.4...v0.9.14)
- [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 74e8133 commit 723f343
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ ci:
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip]"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
args: [--unsafe]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
args: [--line-length=80]
Expand All @@ -26,7 +26,7 @@ repos:
- id: isort
args: [--profile=black, --line-length=80]
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.13.4
rev: v0.9.14
hooks:
- id: pymarkdown
exclude: ^.github/|^docs/
Expand All @@ -44,7 +44,7 @@ repos:
args: ["--silent", "-c", "pyproject.toml", "-r"]
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/python-poetry/poetry
rev: "1.6.0"
rev: "1.7.0"
hooks:
- id: poetry-check
# - id: poetry-lock
Expand Down

0 comments on commit 723f343

Please sign in to comment.