Skip to content

Commit 2985aca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.9.0](psf/black-pre-commit-mirror@23.7.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.13.3](astral-sh/ruff-pre-commit@v0.0.282...v0.13.3) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0)
1 parent 5f96afd commit 2985aca

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
@@ -1,8 +1,8 @@
11
ci:
22
autoupdate_schedule: "quarterly"
33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: '23.7.0'
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: '25.9.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.13.3' # 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: v6.0.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace

0 commit comments

Comments
 (0)