Skip to content

Commit

Permalink
Enable qt linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 29, 2024
1 parent 9be50d0 commit 781d76a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pixutils/conv/qt.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2023, Tomi Valkeinen <[email protected]>

# XXX I have not been able to get PyQt6 imported to pylint
# pylint: skip-file

from __future__ import annotations

from PyQt6 import QtGui
Expand Down
3 changes: 0 additions & 3 deletions tests/view.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/python3

# XXX I have not been able to get PyQt6 imported to pylint
# pylint: skip-file

import os
import gzip
import sys
Expand Down

0 comments on commit 781d76a

Please sign in to comment.