Skip to content

Commit 08b2ef5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.13](astral-sh/ruff-pre-commit@v0.13.2...v0.14.13) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent 06bd010 commit 08b2ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ repos:
4949

5050
# Changes tabs to spaces
5151
- repo: https://github.com/Lucas-C/pre-commit-hooks
52-
rev: v1.5.5
52+
rev: v1.5.6
5353
hooks:
5454
- id: remove-tabs
5555

5656
# Python: Ruff linter & formatter
5757
# https://docs.astral.sh/ruff/
5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.13.2
59+
rev: v0.14.13
6060
hooks:
6161
# Run the linter
6262
- id: ruff
@@ -76,7 +76,7 @@ repos:
7676

7777
# Checks the manifest for missing files (native support)
7878
- repo: https://github.com/mgedmin/check-manifest
79-
rev: "0.50"
79+
rev: "0.51"
8080
hooks:
8181
- id: check-manifest
8282
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)