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

Commit 67744a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.276...v0.1.9)
1 parent 002949e commit 67744a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: 'quarterly'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: check-added-large-files
99
- id: detect-aws-credentials
@@ -14,11 +14,11 @@ repos:
1414
- id: no-commit-to-branch
1515
args: [--branch, main]
1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 23.12.1
1818
hooks:
1919
- id: black
20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: 'v0.0.276'
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: 'v0.1.9'
2222
hooks:
2323
- id: ruff
2424
args: [--fix]

0 commit comments

Comments
 (0)