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/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.262...v0.0.275)
- [github.com/pre-commit/mirrors-clang-format: v16.0.2 → v16.0.6](pre-commit/mirrors-clang-format@v16.0.2...v16.0.6)
- [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.43.0](pre-commit/mirrors-eslint@v8.39.0...v8.43.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 27, 2023
1 parent b92ce6b commit ab943cf
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 @@ -23,7 +23,7 @@ repos:
hooks:
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
rev: v0.0.275
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.43.0
hooks:
- id: eslint
# CSS
Expand Down

0 comments on commit ab943cf

Please sign in to comment.