Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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-isort β†’ https://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)
  • Loading branch information
pre-commit-ci[bot] authored Jun 13, 2023
1 parent afd1ffc commit 3f65fd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ repos:
- id: "check-toml"

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)'

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
additional_dependencies: [ toml ]
files: *files

- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 0.4.0
rev: 1.0.0
hooks:
- id: sync_with_poetry

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.204
rev: v0.0.272
hooks:
- id: ruff

0 comments on commit 3f65fd6

Please sign in to comment.