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.12.1 → 24.2.0](psf/black@23.12.1...24.2.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.1.12 → v0.2.2](astral-sh/ruff-pre-commit@v0.1.12...v0.2.2)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent b9d977c commit 379c078
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 @@ -42,19 +42,19 @@ repos:
- "--py38-plus"

- repo: "https://github.com/psf/black"
rev: "23.12.1"
rev: "24.2.0"
hooks:
- id: "black"
args: ["--diff"]

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: "v0.1.12"
rev: "v0.2.2"
hooks:
- id: "ruff"

- repo: "https://github.com/kynan/nbstripout"
rev: "0.6.1"
rev: "0.7.1"
hooks:
- id: "nbstripout"

Expand Down

0 comments on commit 379c078

Please sign in to comment.