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.1 → 23.12.0](psf/black@23.10.1...23.12.0)
- [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.7)
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent d099426 commit 415d92f
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 @@ -16,12 +16,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "23.10.1"
rev: "23.12.0"
hooks:
- id: black

- repo: https://github.com/hadialqattan/pycln
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: pycln
args: [--all]
Expand All @@ -34,7 +34,7 @@ repos:
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort

Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
- id: shellcheck

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.7"
hooks:
- id: prettier
types_or: [yaml, markdown, json]

0 comments on commit 415d92f

Please sign in to comment.