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/python-poetry/poetry: 1.6.0 → 1.8.0](python-poetry/poetry@1.6.0...1.8.0)
- [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/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.7.0 → 24.3.0](psf/black@23.7.0...24.3.0)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.1](asottile/pyupgrade@v3.10.1...v3.15.1)
- [github.com/jackdewinter/pymarkdown: v0.9.12 → v0.9.17](jackdewinter/pymarkdown@v0.9.12...v0.9.17)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent ef160f2 commit 9ab52ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.6.0
rev: 1.8.0
hooks:
- id: poetry-check
# - id: poetry-lock
- id: poetry-export
args: ["-f", "requirements.txt", "-o", "requirements.txt"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: fix-byte-order-marker
Expand All @@ -34,16 +34,16 @@ repos:
# - id: mypy
# args: [--ignore-missing-imports]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -55,7 +55,7 @@ repos:
### Needs argument for diasabling line_length
### https://github.com/jackdewinter/pymarkdown/blob/main/docs/rules/rule_md013.md
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.12
rev: v0.9.17
hooks:
- id: pymarkdown
args:
Expand Down

0 comments on commit 9ab52ab

Please sign in to comment.