We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77dfbb commit c17ff77Copy full SHA for c17ff77
2 files changed
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- id: bind-requirements
44
45
- repo: https://github.com/domdfcoding/flake8-dunder-all
46
- rev: v0.3.1
+ rev: v0.4.1
47
hooks:
48
- id: ensure-dunder-all
49
files: ^consolekit/.*\.py$
tox.ini
@@ -87,6 +87,7 @@ setenv =
87
PYTHONDEVMODE=1
88
PIP_DISABLE_PIP_VERSION_CHECK=1
89
PIP_PREFER_BINARY=1
90
+ UNSAFE_PYO3_SKIP_VERSION_CHECK=1
91
skip_install = True
92
changedir = {toxinidir}
93
deps =
0 commit comments