Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2075)
Browse files Browse the repository at this point in the history
updates:
- [github.com/peterdemin/pip-compile-multi: v2.6.3 → v2.6.4](peterdemin/pip-compile-multi@v2.6.3...v2.6.4)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8)
- [github.com/PyCQA/pylint: v3.2.2 → v3.2.3](pylint-dev/pylint@v3.2.2...v3.2.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 11, 2024
1 parent 4b46a77 commit d02421f
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 @@ -23,7 +23,7 @@ repos:
hooks:
- id: sync-pre-commit-deps
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v2.6.3
rev: v2.6.4
hooks:
- id: pip-compile-multi-verify
files: ^requirements/.*\.(in|txt)$
Expand All @@ -50,18 +50,18 @@ repos:
]
files: ^requirements/.*\.txt$
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py311-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.8
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
- id: ruff-format
- repo: https://github.com/PyCQA/pylint
rev: v3.2.2
rev: v3.2.3
hooks:
- id: pylint
args: [
Expand Down

0 comments on commit d02421f

Please sign in to comment.