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/peterdemin/pip-compile-multi: v2.6.4 → v2.7.1](peterdemin/pip-compile-multi@v2.6.4...v2.7.1)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.3...v0.8.1)
- [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
- [github.com/fredrikaverpil/creosote: v3.1.0 → v3.2.0](fredrikaverpil/creosote@v3.1.0...v3.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 9c337b0 commit aebb640
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.4
rev: v2.7.1
hooks:
- id: pip-compile-multi-verify
files: ^requirements/.*\.(in|txt)$
Expand Down Expand Up @@ -55,13 +55,13 @@ repos:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py311-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.1
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
- id: ruff-format
- repo: https://github.com/PyCQA/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
args: [
Expand All @@ -73,7 +73,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/fredrikaverpil/creosote
rev: v3.1.0
rev: v3.2.0
hooks:
- id: creosote
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down

0 comments on commit aebb640

Please sign in to comment.