Skip to content

Commit

Permalink
Merge pull request #1897 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 Sep 5, 2023
2 parents 9bee18a + 03b9303 commit 9fee214
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
Expand Up @@ -15,7 +15,7 @@ repos:
additional_dependencies:
- black
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 # Use the ref you want to point at
rev: 0.7.17 # Use the ref you want to point at
hooks:
- id: mdformat
# Optionally add plugins
Expand All @@ -24,7 +24,7 @@ repos:
- mdformat-myst

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -37,7 +37,7 @@ repos:
- id: flake8
exclude: ^buildutils/templates/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
files: zmq/.*
Expand Down

0 comments on commit 9fee214

Please sign in to comment.