Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9073713

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.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)
1 parent 9d4b258 commit 9073713

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.2
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
args: [--fix]
77

8-
- repo: https://github.com/psf/black
9-
rev: 25.1.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
language_version: python3.12
@@ -17,7 +17,7 @@ repos:
1717
- id: prettier
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace

0 commit comments

Comments
 (0)