Skip to content

Commit 4c39e72

Browse files
committed
linting
1 parent 1f5bfd9 commit 4c39e72

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

i3altlayout/i3altlayout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python3
22
# author: deadc0de6
3-
#
4-
# pylint: disable=E0012
53

64
"""
75
author: deadc0de6 (https://github.com/deadc0de6)

tests.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ pycodestyle setup.py
1010
pyflakes i3altlayout/
1111
pyflakes setup.py
1212

13-
pylint i3altlayout/
14-
pylint i3altlayout/
13+
pylint \
14+
--disable=E0012 \
15+
i3altlayout/
16+
pylint \
17+
--disable=E0012 \
18+
i3altlayout/

0 commit comments

Comments
 (0)