Skip to content

Commit 3f65fd6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.10.1 → 5.12.0](PyCQA/isort@v5.10.1...5.12.0) - [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.0.0](floatingpurr/sync_with_poetry@0.4.0...1.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.204 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.204...v0.0.272)
1 parent afd1ffc commit 3f65fd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ repos:
1313
- id: "check-toml"
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.12.0
16+
rev: 23.3.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: 5.12.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.0.0
3030
hooks:
3131
- id: sync_with_poetry
3232

3333
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: v0.0.204
34+
rev: v0.0.272
3535
hooks:
3636
- id: ruff

0 commit comments

Comments
 (0)