We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f306012 commit 9a16e55Copy full SHA for 9a16e55
.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
71
72
# Autoremoves unused imports
73
- repo: https://github.com/hadialqattan/pycln
74
- rev: "v1.3.1"
+ rev: "v1.3.2"
75
hooks:
76
- id: pycln
77
stages: [manual]
@@ -107,7 +107,7 @@ repos:
107
108
# PyLint has native support - not always usable, but works for us
109
- repo: https://github.com/PyCQA/pylint
110
- rev: "v2.13.5"
+ rev: "v2.13.8"
111
112
- id: pylint
113
files: ^pybind11
@@ -123,7 +123,7 @@ repos:
123
124
# Check static types with mypy
125
- repo: https://github.com/pre-commit/mirrors-mypy
126
- rev: "v0.942"
+ rev: "v0.950"
127
128
- id: mypy
129
args: []
0 commit comments