Skip to content

Commit 1806512

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.1](astral-sh/ruff-pre-commit@v0.14.0...v0.14.1) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent 691a6d2 commit 1806512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
# Python: Ruff linter & formatter
7575
# https://docs.astral.sh/ruff/
7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.14.0
77+
rev: v0.14.1
7878
hooks:
7979
# Run the linter
8080
- id: ruff
@@ -94,7 +94,7 @@ repos:
9494

9595
# Checks the manifest for missing files (native support)
9696
- repo: https://github.com/mgedmin/check-manifest
97-
rev: "0.50"
97+
rev: "0.51"
9898
hooks:
9999
- id: check-manifest
100100
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)