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.7.0](psf/black@22.12.0...23.7.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.1.0](floatingpurr/sync_with_poetry@0.4.0...1.1.0)
- https://github.com/charliermarsh/ruff-pre-commit β†’ https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.204 β†’ v0.0.280](astral-sh/ruff-pre-commit@v0.0.204...v0.0.280)
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2023
1 parent afd1ffc commit e7f2f24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.7.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.1.0
hooks:
- id: sync_with_poetry

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

0 comments on commit e7f2f24

Please sign in to comment.