Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.2...v0.3.5)
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent f960d16 commit 8698325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -4,22 +4,22 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
exclude: \.md$

- repo: https://github.com/psf/black
rev: "24.2.0"
rev: "24.3.0"
hooks:
- id: black
language: python
files: ^eap_backend/
exclude: \.md$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down

0 comments on commit 8698325

Please sign in to comment.