Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2130)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Duarte <marcelotduarte@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and marcelotduarte committed Nov 14, 2023
1 parent 68b0af7 commit 7bd77d0
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 @@ -36,21 +36,21 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.5
hooks:
- id: ruff
args: ["--fix"]

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

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.10.1]
additional_dependencies: [black==23.11.0]
args: ["-l", "79"]

- repo: local
Expand Down

0 comments on commit 7bd77d0

Please sign in to comment.