Skip to content

Commit

Permalink
Merge pull request #1908 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 Nov 7, 2023
2 parents 72ba0d5 + c41a768 commit d7a8c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: flake8
exclude: ^buildutils/templates/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
files: zmq/.*
Expand All @@ -50,7 +50,7 @@ repos:
additional_dependencies:
- types-paramiko
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args:
Expand All @@ -67,13 +67,13 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
# don't run black twice on constants.py
exclude: zmq/constants.py
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: check-executables-have-shebangs
Expand Down
2 changes: 1 addition & 1 deletion RELICENSE/authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_all_commits():
mailmap[src] = dest
email_names[dest] = line[: line.index('<')].strip()

author_commits = defaultdict(lambda: [])
author_commits = defaultdict(list)

for commit in get_all_commits():
# exclude some specific commits (e.g. docstring typos)
Expand Down

0 comments on commit d7a8c83

Please sign in to comment.