Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.10.0 → 23.11.0](psf/black@23.10.0...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 6fa077f commit a8d3b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.11.0
hooks:
- id: black
args: [--line-length=80]
Expand All @@ -25,7 +25,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/|plugins
Expand All @@ -43,7 +43,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 a8d3b53

Please sign in to comment.