Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Oct 18, 2023
1 parent 60ee804 commit f13f4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.10.0
rev: 3.12.0
hooks:
- id: commitizen
stages:
Expand Down Expand Up @@ -28,7 +28,7 @@ repos:
- id: python-use-type-annotations
- id: rst-backticks
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
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.5.1
rev: v1.6.0
hooks:
- id: mypy
files: (jsonpath|tests)/.+\.py$
Expand Down

0 comments on commit f13f4f1

Please sign in to comment.