Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 4be3884

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.6.1](astral-sh/ruff-pre-commit@v0.1.4...v0.6.1)
1 parent 607cd27 commit 4be3884

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/Lucas-C/pre-commit-hooks
3-
rev: v1.5.4
3+
rev: v1.5.5
44
hooks:
55
- id: insert-license
66
name: "Insert license header in Python source files"
@@ -11,8 +11,8 @@ repos:
1111
- LICENSE_HEADER
1212
- --fuzzy-match-generates-todo
1313

14-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: v0.1.4
14+
- repo: https://github.com/astral-sh/ruff-pre-commit
15+
rev: v0.6.1
1616
hooks:
1717
- id: ruff
1818
args:

0 commit comments

Comments
 (0)