Skip to content

Commit 9dfe8d6

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/charliermarsh/ruff-pre-commit: v0.0.204 → v0.0.261](astral-sh/ruff-pre-commit@v0.0.204...v0.0.261)
1 parent afd1ffc commit 9dfe8d6

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
@@ -13,13 +13,13 @@ 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 ]
@@ -31,6 +31,6 @@ repos:
3131
- id: sync_with_poetry
3232

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

0 commit comments

Comments
 (0)