Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.269...v0.0.285)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
- [github.com/compilerla/conventional-pre-commit: v2.2.0 → v2.4.0](compilerla/conventional-pre-commit@v2.2.0...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2023
1 parent 87d0ee5 commit 799b2f8
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,17 +1,17 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.285"
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.3.0" # Use the sha / tag you want to point at
rev: "v1.5.1" # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
Expand All @@ -28,7 +28,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.2.0
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit 799b2f8

Please sign in to comment.