Skip to content

Commit 8174e8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 25.1.0](psf/black@23.7.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.11.4](astral-sh/ruff-pre-commit@v0.0.282...v0.11.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 5f96afd commit 8174e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: '23.7.0'
5+
rev: '25.1.0'
66
hooks:
77
- id: black
88
args: [--preview]
@@ -13,13 +13,13 @@ repos:
1313
language_version: python3.8
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: 'v0.0.282' # Use the sha / tag you want to point at
16+
rev: 'v0.11.4' # Use the sha / tag you want to point at
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace

0 commit comments

Comments
 (0)