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.
1 parent 1f5bfd9 commit 4c39e72Copy full SHA for 4c39e72
i3altlayout/i3altlayout.py
@@ -1,7 +1,5 @@
1
#!/usr/bin/env python3
2
# author: deadc0de6
3
-#
4
-# pylint: disable=E0012
5
6
"""
7
author: deadc0de6 (https://github.com/deadc0de6)
tests.sh
@@ -10,5 +10,9 @@ pycodestyle setup.py
10
pyflakes i3altlayout/
11
pyflakes setup.py
12
13
-pylint i3altlayout/
14
+pylint \
+ --disable=E0012 \
15
+ i3altlayout/
16
17
18
0 commit comments