Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed May 25, 2024
1 parent 6c17dce commit 507b20c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.16.0
rev: v3.27.0
hooks:
- id: commitizen
stages:
- commit-msg
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-symlinks
- id: check-toml
Expand All @@ -28,7 +28,7 @@ repos:
- id: python-use-type-annotations
- id: rst-backticks
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -42,7 +42,7 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear==23.5.*"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.0
hooks:
- id: mypy
files: (jsonpath|tests)/.+\.py$
Expand Down
14 changes: 7 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 507b20c

Please sign in to comment.