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/DavidAnson/markdownlint-cli2: v0.12.1 → v0.13.0](DavidAnson/markdownlint-cli2@v0.12.1...v0.13.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.7](astral-sh/ruff-pre-commit@v0.1.14...v0.3.7)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.4.0](psf/black-pre-commit-mirror@23.12.1...24.4.0)
- [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] committed Apr 15, 2024
1 parent 72fa1bf commit 3aec445
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand All @@ -19,26 +19,26 @@ repos:
types: [python, yaml, markdown]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.12.1
rev: v0.13.0
hooks:
- id: markdownlint-cli2
args: []

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.14
rev: v0.3.7
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.4.0
hooks:
- id: black
types: [python]
Expand All @@ -47,7 +47,7 @@ repos:
- id: black-jupyter

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

Expand Down

0 comments on commit 3aec445

Please sign in to comment.