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: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.18.0](asottile/pyupgrade@v3.16.0...v3.18.0)
- [github.com/gitleaks/gitleaks: v8.18.4 → v8.21.1](gitleaks/gitleaks@v8.18.4...v8.21.1)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
- [github.com/pdm-project/pdm: 2.16.1 → 2.19.3](pdm-project/pdm@2.16.1...2.19.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 1085364 commit 99a35bf
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 @@ -47,7 +47,7 @@ repos:
# - id: actionlint-docker
# args: [-ignore, 'label ".+" is unknown']
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
args: [--config=pyproject.toml, -l 88]
Expand All @@ -57,7 +57,7 @@ repos:
unstract/flags/src/unstract/flags/evaluation_.*\.py|
)$
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args: [--max-line-length=88]
Expand Down Expand Up @@ -89,14 +89,14 @@ repos:
# hooks:
# - id: docformatter
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.18.0
hooks:
- id: pyupgrade
entry: pyupgrade --py39-plus --keep-runtime-typing
types:
- python
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.21.1
hooks:
- id: gitleaks
# - repo: https://github.com/hadolint/hadolint
Expand Down Expand Up @@ -133,14 +133,14 @@ repos:
hooks:
- id: htmlhint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
args: [--disable, MD013]
- id: markdownlint-fix
args: [--disable, MD013]
- repo: https://github.com/pdm-project/pdm
rev: 2.16.1
rev: 2.19.3
hooks:
- id: pdm-lock-check
# - repo: local
Expand Down

0 comments on commit 99a35bf

Please sign in to comment.