Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#19)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9)
- [github.com/pre-commit/mirrors-eslint: v9.9.1 → v9.12.0](pre-commit/mirrors-eslint@v9.9.1...v9.12.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 4e590fb commit 370ddd3
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 @@ -7,7 +7,7 @@ exclude: '.*\.jcad$'
repos:
# Autoformat and linting, misc. details
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: forbid-new-submodules
- id: end-of-file-fixer
Expand All @@ -31,7 +31,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.9
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -43,7 +43,7 @@ repos:
args: ['--no-error-on-unmatched-pattern']

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.9.1
rev: v9.12.0
hooks:
- id: eslint
files: \.tsx?$
Expand Down

0 comments on commit 370ddd3

Please sign in to comment.