Skip to content

Commit 330cbbc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.9.0](psf/black-pre-commit-mirror@22.12.0...25.9.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 7.0.0](PyCQA/isort@v5.10.1...7.0.0) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.2.1](floatingpurr/sync_with_poetry@0.4.0...1.2.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.204 → v0.14.0](astral-sh/ruff-pre-commit@v0.0.204...v0.14.0)
1 parent 3414f3b commit 330cbbc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: "trailing-whitespace"
66
- id: "check-case-conflict"
@@ -12,25 +12,25 @@ repos:
1212
- id: "detect-private-key"
1313
- id: "check-toml"
1414

15-
- repo: https://github.com/psf/black
16-
rev: 22.12.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)'
2020

21-
- repo: https://github.com/pre-commit/mirrors-isort
22-
rev: v5.10.1
21+
- repo: https://github.com/PyCQA/isort
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
additional_dependencies: [ toml ]
2626
files: *files
2727

2828
- repo: https://github.com/floatingpurr/sync_with_poetry
29-
rev: 0.4.0
29+
rev: 1.2.1
3030
hooks:
3131
- id: sync_with_poetry
3232

33-
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: v0.0.204
33+
- repo: https://github.com/astral-sh/ruff-pre-commit
34+
rev: v0.14.0
3535
hooks:
3636
- id: ruff

0 commit comments

Comments
 (0)