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/charliermarsh/ruff-pre-commit: v0.0.204 β†’ v0.0.261](astral-sh/ruff-pre-commit@v0.0.204...v0.0.261)
  • Loading branch information
pre-commit-ci[bot] authored Apr 18, 2023
1 parent afd1ffc commit 9dfe8d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ 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 ]
Expand All @@ -31,6 +31,6 @@ repos:
- id: sync_with_poetry

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

0 comments on commit 9dfe8d6

Please sign in to comment.