Skip to content

Commit a3a2737

Browse files
authored
Merge pull request #470 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2961117 + 1e0a9bf commit a3a2737

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.3.0
18+
rev: v3.3.1
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 22.10.0
22+
rev: 22.12.0
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ setenv=
1717
pyqt6: PYTEST_QT_API=pyqt6
1818
QT_QPA_PLATFORM=offscreen
1919

20-
passenv=DISPLAY XAUTHORITY USER USERNAME COLUMNS
20+
passenv=
21+
DISPLAY
22+
XAUTHORITY
23+
COLUMNS
2124

2225
[testenv:linting]
2326
skip_install = True

0 commit comments

Comments
 (0)