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/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.5...v0.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 5008df8 commit 233e9c5
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 @@ -26,7 +26,7 @@ repos:
- id: debug-statements
- id: name-tests-test
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
Expand All @@ -51,13 +51,13 @@ repos:
- id: pyupgrade
args: [--py36-plus, --keep-runtime-typing]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
args: [--disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls]
additional_dependencies: [types-toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.2
hooks:
- id: ruff # runs faster than pylint
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 233e9c5

Please sign in to comment.