Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cedf8e

Browse files
authoredFeb 5, 2024
ci(pre-commit.ci): 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/astral-sh/ruff-pre-commit: v0.0.289 → v0.2.0](astral-sh/ruff-pre-commit@v0.0.289...v0.2.0) - [github.com/psf/black: 23.9.1 → 24.1.1](psf/black@23.9.1...24.1.1)
1 parent 2a22a0c commit 3cedf8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- id: check-yaml
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.289
19+
rev: v0.2.0
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.9.1
25+
rev: 24.1.1
2626
hooks:
2727
- id: black

0 commit comments

Comments
 (0)
Please sign in to comment.