Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate (#1178)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.2 →
24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 →
v0.5.7](astral-sh/ruff-pre-commit@v0.5.6...v0.5.7)
<!--pre-commit.ci end-->

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated version specifications for pre-commit hooks, enhancing code
formatting and linting processes with the latest versions of tools.
		- Upgraded `black` formatter to version `24.8.0`.
		- Updated `ruff` linter to version `0.5.7`.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 13, 2024
1 parent 1efd3f0 commit 30574f5
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 @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
pass_filenames: true
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.5.6
rev: v0.5.7
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 30574f5

Please sign in to comment.