Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#203)
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: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and Borda authored Dec 4, 2023
1 parent 6c7f672 commit 40b0b4e
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 @@ -43,7 +43,7 @@ repos:
args: ["--in-place"]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
name: Black code
Expand All @@ -59,7 +59,7 @@ repos:
exclude: CHANGELOG.md

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
# https://prettier.io/docs/en/options.html#print-width
Expand All @@ -77,7 +77,7 @@ repos:
- flake8-bugbear

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

0 comments on commit 40b0b4e

Please sign in to comment.