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/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.6.4](astral-sh/ruff-pre-commit@v0.0.260...v0.6.4)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent b211626 commit d9b11e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,19 +15,19 @@ repos:
args: ['--autofix', '--indent=2', '--no-sort-keys']

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.8.0
hooks:
- id: black
args: ['--line-length', '100', '--skip-string-normalization']

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.260'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.4'
hooks:
- id: ruff
args: ['--fix']

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.2.1'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
language_version: system
Expand All @@ -42,7 +42,7 @@ repos:
|yaml|yml\
)$"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.2.1'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
language_version: system
Expand Down

0 comments on commit d9b11e8

Please sign in to comment.