We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6418b commit 6da2627Copy full SHA for 6da2627
1 file changed
.pre-commit-config.yaml
@@ -217,6 +217,10 @@ repos:
217
- id: refurb
218
name: "🐍 performance · Suggest modernizations"
219
args: ["--enable-all", "--ignore", "FURB147"]
220
+ # Constrain mypy to <1.15.0 because of an error:
221
+ # 'Options' object has no attribute 'allow_redefinition' and no __dict__ for setting new attributes
222
+ additional_dependencies:
223
+ - mypy<1.15.0
224
225
# Python documentation
226
- repo: https://github.com/pycqa/pydocstyle
0 commit comments