Skip to content

Commit

Permalink
Merge pull request #50 from azogue/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
azogue authored Nov 23, 2023
2 parents 55ec304 + 38d8b39 commit d11d849
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
Expand Up @@ -5,7 +5,7 @@ exclude: >
)$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.4
hooks:
- id: ruff
args:
Expand All @@ -18,12 +18,12 @@ repos:
args:
- --dont-order-by-type
- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.10.1"
hooks:
- id: black
name: Format code (black)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -35,7 +35,7 @@ repos:
hooks:
- id: prettier
- repo: "https://github.com/pre-commit/mirrors-mypy"
rev: "v1.5.1"
rev: "v1.6.1"
hooks:
- id: "mypy"
name: "Check type hints (mypy)"
Expand Down

0 comments on commit d11d849

Please sign in to comment.