Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate (#1204)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black-pre-commit-mirror: 24.8.0 →
24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)
- [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.8 →
v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9)
<!--pre-commit.ci end-->

## Summary by Sourcery

Update pre-commit configuration to use the latest versions of several
hooks, ensuring the codebase adheres to the latest formatting and
linting standards.

CI:
- Update pre-commit hooks to newer versions: black-pre-commit-mirror to
24.10.0, pre-commit-hooks to v5.0.0, and ruff-pre-commit to v0.6.9.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Bokota <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Czaki authored Oct 8, 2024
1 parent afad344 commit ca2021b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: black
pass_filenames: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -20,7 +20,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit ca2021b

Please sign in to comment.