summaryrefslogtreecommitdiffstats
path: root/git/parent.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/parent.py')
-rwxr-xr-xgit/parent.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/parent.py b/git/parent.py
index 154a02350..92f57df3e 100755
--- a/git/parent.py
+++ b/git/parent.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# flake8: noqa
+# pylint: skip-file
'''
Script to determine if this commit has also
been merged through the stage branch
@@ -93,4 +95,3 @@ def main():
if __name__ == '__main__':
main()
-