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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.240 → v0.4.1](astral-sh/ruff-pre-commit@v0.0.240...v0.4.1)
- [github.com/psf/black: 23.1.0 → 24.4.0](psf/black@23.1.0...24.4.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.9.0](pre-commit/mirrors-mypy@v1.0.0...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent a3d1916 commit b269a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: check-executables-have-shebangs
Expand All @@ -13,16 +13,16 @@ repos:
- id: trailing-whitespace
# bump2version produces whitespace in setup.cfg, so exclude to
# not inferfere with versioning
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.240
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit b269a2a

Please sign in to comment.