We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2961117 + 1e0a9bf commit a3a2737Copy full SHA for a3a2737
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: check-yaml
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.3.0
+ rev: v3.3.1
19
hooks:
20
- id: pyupgrade
21
- repo: https://github.com/psf/black
22
- rev: 22.10.0
+ rev: 22.12.0
23
24
- id: black
25
args: [--safe, --quiet]
tox.ini
@@ -17,7 +17,10 @@ setenv=
pyqt6: PYTEST_QT_API=pyqt6
QT_QPA_PLATFORM=offscreen
-passenv=DISPLAY XAUTHORITY USER USERNAME COLUMNS
+passenv=
+ DISPLAY
+ XAUTHORITY
+ COLUMNS
[testenv:linting]
26
skip_install = True
0 commit comments