Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Mar 4, 2023
1 parent 1f5bfd9 commit 4c39e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions i3altlayout/i3altlayout.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# author: deadc0de6
#
# pylint: disable=E0012

"""
author: deadc0de6 (https://github.com/deadc0de6)
Expand Down
8 changes: 6 additions & 2 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ pycodestyle setup.py
pyflakes i3altlayout/
pyflakes setup.py

pylint i3altlayout/
pylint i3altlayout/
pylint \
--disable=E0012 \
i3altlayout/
pylint \
--disable=E0012 \
i3altlayout/

0 comments on commit 4c39e72

Please sign in to comment.