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/pre-commit/mirrors-eslint: v8.49.0 → v8.50.0](pre-commit/mirrors-eslint@v8.49.0...v8.50.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.288...v0.0.292)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent aa72914 commit 03e67c4
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 @@ -20,7 +20,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.49.0
rev: v8.50.0
hooks:
- id: eslint
args: [--fix]
Expand All @@ -36,13 +36,13 @@ repos:
hooks:
- id: isort
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies: ["tomli"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.0.288"
rev: "v0.0.292"
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 03e67c4

Please sign in to comment.