Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#642)
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>
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent ff47f37 commit 3fc545d
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 @@ -15,13 +15,13 @@ repos:
- id: mixed-line-ending

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

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

Expand All @@ -31,6 +31,6 @@ repos:
- id: blackdoc

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.3
hooks:
- id: prettier

0 comments on commit 3fc545d

Please sign in to comment.