Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1878)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit-ci/pre-commit-ci-config: v1.5.1 → v1.6.1](pre-commit-ci/pre-commit-ci-config@v1.5.1...v1.6.1)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.287...v0.0.290)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 20, 2023
1 parent 08a0f80 commit 93f9cea
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 @@ -14,7 +14,7 @@ ci:
]
repos:
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.5.1
rev: v1.6.1
hooks:
- id: check-pre-commit-ci-config
- repo: https://github.com/peterdemin/pip-compile-multi
Expand Down Expand Up @@ -47,12 +47,12 @@ repos:
]
files: ^requirements/.*\.txt$
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py310-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.290
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
Expand Down

0 comments on commit 93f9cea

Please sign in to comment.