Skip to content

Commit a576764

Browse files
committed
ignore flake8 at file level for module init and compat
1 parent 3f5a8ae commit a576764

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tmuxp/__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
"""tmux session manager.
34
45
tmuxp

tmuxp/_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)