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/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.3.0](astral-sh/ruff-pre-commit@v0.1.6...v0.3.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.3](nbQA-dev/nbQA@1.7.1...1.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Mar 4, 2024
1 parent e99551e commit dafc0bb
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 @@ -9,18 +9,18 @@ repos:
args: ["--maxkb=1000"]

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

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

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

0 comments on commit dafc0bb

Please sign in to comment.