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/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.7.1...v0.9.2)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/PyCQA/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2)
- [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](pycontribs/mirrors-prettier@v3.3.3...v3.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 8f5a618 commit 7abc9c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ ci:
skip: ['no-commit-to-branch']
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py39-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.9.2
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
# warn-unused-ignores is unsafe with pre-commit, see
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
- id: python-check-blanket-type-ignore
- id: python-no-log-warn
- repo: https://github.com/PyCQA/pylint
rev: v3.3.1
rev: v3.3.3
hooks:
- id: pylint
args: [
Expand All @@ -60,15 +60,15 @@ repos:
- sqlalchemy
- tomli
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.2
hooks:
- id: bandit
language_version: python3
args: ['-c', 'pyproject.toml']
additional_dependencies:
- bandit[toml]
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down

0 comments on commit 7abc9c6

Please sign in to comment.