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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.6.5](astral-sh/ruff-pre-commit@v0.1.6...v0.6.5)
- [github.com/psf/black: 23.11.0 → 24.8.0](psf/black@23.11.0...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.11.2](pre-commit/mirrors-mypy@v1.7.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 0dacec5 commit 098faad
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
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.6.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.8.0
hooks:
- id: black
args:
- --safe
- --target-version=py37
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 098faad

Please sign in to comment.