Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 20, 2023
1 parent 7f41bbb commit 5a10277
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ repos:
- id: mixed-line-ending
# Python
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -35,7 +35,7 @@ repos:
args: ["--write"]
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.2
rev: v16.0.6
hooks:
- id: clang-format
# Cython
Expand All @@ -46,7 +46,7 @@ repos:
- id: double-quote-cython-strings
# JS
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.39.0
rev: v8.45.0
hooks:
- id: eslint
# CSS
Expand Down

0 comments on commit 5a10277

Please sign in to comment.