We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd1ffc commit 3f65fd6Copy full SHA for 3f65fd6
.pre-commit-config.yaml
@@ -13,24 +13,24 @@ repos:
13
- id: "check-toml"
14
15
- repo: https://github.com/psf/black
16
- rev: 22.12.0
+ rev: 23.3.0
17
hooks:
18
- id: black
19
files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)'
20
21
- - repo: https://github.com/pre-commit/mirrors-isort
22
- rev: v5.10.1
+ - repo: https://github.com/PyCQA/isort
+ rev: 5.12.0
23
24
- id: isort
25
additional_dependencies: [ toml ]
26
files: *files
27
28
- repo: https://github.com/floatingpurr/sync_with_poetry
29
- rev: 0.4.0
+ rev: 1.0.0
30
31
- id: sync_with_poetry
32
33
- repo: https://github.com/charliermarsh/ruff-pre-commit
34
- rev: v0.0.204
+ rev: v0.0.272
35
36
- id: ruff
0 commit comments