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.1.4 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.4...v0.1.14)
- [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0)
- [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.1.0](compilerla/conventional-pre-commit@v2.4.0...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 04c38b8 commit 176f5f7
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,17 +1,17 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.4"
rev: "v0.1.14"
hooks:
- id: ruff

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.1" # Use the sha / tag you want to point at
rev: "v1.8.0" # 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.4.0
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit 176f5f7

Please sign in to comment.