Skip to content

Commit

Permalink
Merge pull request #1998 from zeromq/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
minrk authored Aug 2, 2024
2 parents 5c0fbfc + b187d04 commit 1ce5474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:

# autoformat and lint Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.5.0
hooks:
- id: ruff
types_or:
Expand All @@ -43,7 +43,7 @@ repos:
exclude: zmq/constants.py

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
files: zmq/.*
Expand Down

0 comments on commit 1ce5474

Please sign in to comment.