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/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.0...v0.4.3)
- [github.com/nbQA-dev/nbQA: 1.8.3 → 1.8.5](nbQA-dev/nbQA@1.8.3...1.8.5)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent a846ec2 commit ee02dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ["--maxkb=1000"]

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
rev: v0.3.0
rev: v0.4.3
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.3
rev: 1.8.5
hooks:
- id: nbqa-black
- id: nbqa-ruff
Expand Down

0 comments on commit ee02dfd

Please sign in to comment.