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/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6)
- [github.com/nbQA-dev/nbQA: 1.9.0 → 1.9.1](nbQA-dev/nbQA@1.9.0...1.9.1)
- [github.com/pre-commit/mirrors-eslint: v9.14.0 → v9.17.0](pre-commit/mirrors-eslint@v9.14.0...v9.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 8d170cb commit 48906cb
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.6
hooks:
- id: ruff
args:
Expand All @@ -24,7 +24,7 @@ repos:
# than ruff itself
# but has trouble with isort rules
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.9.0
rev: 1.9.1
hooks:
- id: nbqa-ruff-format
- id: nbqa-ruff-check
Expand All @@ -44,7 +44,7 @@ repos:
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.14.0
rev: v9.17.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit 48906cb

Please sign in to comment.