Skip to content

Commit 3f238b4

Browse files
committed
flake8: ignore init and _compat as file-level
1 parent fa5ee54 commit 3f238b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libtmux/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
# flake8: NOQA
23
"""API for interfacing with tmux servers, sessions, windows and panes.
34
45
libtmux

libtmux/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf8 -*-
2+
# flake8: NOQA
23
import sys
34

45
PY2 = sys.version_info[0] == 2

0 commit comments

Comments
 (0)