Skip to content

Commit aec7b56

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: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3)
1 parent e29d9a0 commit aec7b56

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
@@ -23,8 +23,8 @@ repos:
2323
- --py37-plus
2424

2525
# Autoformat: Python code
26-
- repo: https://github.com/psf/black
27-
rev: 25.1.0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 25.9.0
2828
hooks:
2929
- id: black
3030

@@ -36,15 +36,15 @@ repos:
3636

3737
# Autoformat and linting, misc. details
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v5.0.0
39+
rev: v6.0.0
4040
hooks:
4141
- id: end-of-file-fixer
4242
- id: requirements-txt-fixer
4343
- id: check-case-conflict
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.12.7
47+
rev: v0.13.3
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)