Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- 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.238](astral-sh/ruff-pre-commit@v0.0.204...v0.0.238)
  • Loading branch information
pre-commit-ci[bot] authored Jan 31, 2023
1 parent 7f595a2 commit 82a1490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repos:
- 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.238
hooks:
- id: ruff

0 comments on commit 82a1490

Please sign in to comment.