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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.7...v0.3.5)
- [github.com/jazzband/pip-tools: 7.3.0 → 7.4.1](jazzband/pip-tools@7.3.0...7.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent 5ea164a commit e04ef7c
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 @@ -6,7 +6,7 @@ ci:

repos:
- 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-ast
Expand All @@ -19,14 +19,14 @@ repos:
args: ['--no-ensure-ascii', '--no-sort-keys', '--autofix']
exclude: '^package.*json'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.3.5
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile
name: pip-compile requirements.in
Expand Down

0 comments on commit e04ef7c

Please sign in to comment.