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/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.10...v0.5.2)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
- [github.com/PyCQA/pylint: v3.2.3 → v3.2.5](pylint-dev/pylint@v3.2.3...v3.2.5)
- [github.com/pycontribs/mirrors-prettier: v3.3.1 → v3.3.3](pycontribs/mirrors-prettier@v3.3.1...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent 69fc4a7 commit 3e77642
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 @@ -7,7 +7,7 @@ repos:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py311-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.2
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
# warn-unused-ignores is unsafe with pre-commit, see
Expand All @@ -57,7 +57,7 @@ repos:
- types-setuptools
- typing-extensions
- repo: https://github.com/PyCQA/pylint
rev: v3.2.3
rev: v3.2.5
hooks:
- id: pylint
args: [
Expand All @@ -77,6 +77,6 @@ repos:
additional_dependencies:
- 'bandit[toml]'
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.1
rev: v3.3.3
hooks:
- id: prettier

0 comments on commit 3e77642

Please sign in to comment.