Skip to content

Commit

Permalink
Merge pull request #1893 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 8, 2023
2 parents 4a26a05 + a65e45e commit 00c21b0
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 @@ -32,7 +32,7 @@ repos:
exclude: zmq/tests/test_imports.py

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: ^buildutils/templates/
Expand All @@ -49,7 +49,7 @@ repos:
additional_dependencies:
- types-paramiko
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.10.1
hooks:
- id: pyupgrade
args:
Expand All @@ -66,7 +66,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
# don't run black twice on constants.py
Expand Down

0 comments on commit 00c21b0

Please sign in to comment.