Skip to content

Commit 52f09ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 6.0.1](PyCQA/isort@v5.10.1...6.0.1) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.2.0](floatingpurr/sync_with_poetry@0.4.0...1.2.0) - 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.11.10](astral-sh/ruff-pre-commit@v0.0.204...v0.11.10)
1 parent 3414f3b commit 52f09ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v5.0.0
44
hooks:
55
- id: "trailing-whitespace"
66
- id: "check-case-conflict"
@@ -13,24 +13,24 @@ repos:
1313
- id: "check-toml"
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.12.0
16+
rev: 25.1.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: 6.0.1
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.0
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.11.10
3535
hooks:
3636
- id: ruff

0 commit comments

Comments
 (0)