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/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 22.12.0 β†’ 24.8.0](psf/black@22.12.0...24.8.0)
- https://github.com/pre-commit/mirrors-isort β†’ https://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 β†’ 5.13.2](PyCQA/isort@v5.10.1...5.13.2)
- [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.5.6](astral-sh/ruff-pre-commit@v0.0.204...v0.5.6)
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 3414f3b commit 2fc82d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: "trailing-whitespace"
- id: "check-case-conflict"
Expand All @@ -13,24 +13,24 @@ repos:
- id: "check-toml"

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.8.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.13.2
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.5.6
hooks:
- id: ruff

0 comments on commit 2fc82d6

Please sign in to comment.