Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ checks:tests:
stage: checks
variables:
PYTEST_ADDOPTS: "--color=yes"
BLACK_ARGS: -l88 -v --diff --color --check
before_script: &before-script
- "PATH=$PATH:$HOME/.local/bin"
- sudo dnf install -y python3-gobject python3-pytest python3-pytest-asyncio
python3-coverage sequoia-sqv python3-pip python3-pytest-qt
python3-coverage sequoia-sqv python3-pip python3-pytest-qt
xorg-x11-server-Xvfb python3-PyQt6-devel python3-pyqt6
- pip3 install --quiet -r ci/requirements.txt
- git clone https://github.com/QubesOS/qubes-core-admin-client ~/core-admin-client
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ notes=FIXME,FIX,XXX,TODO
[FORMAT]

# Maximum number of characters on a single line.
max-line-length=80
max-line-length=88

# Maximum number of lines in a module
max-module-lines=3000
Expand Down
Loading