From 9970ab5bc40e58b889c2618222b3a92c205e6dcf Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Thu, 12 Sep 2019 17:30:11 +0200 Subject: [PATCH] disable flake8 in six --- DDCore/python/ddsix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DDCore/python/ddsix.py b/DDCore/python/ddsix.py index 89b2188fd..42843a84a 100644 --- a/DDCore/python/ddsix.py +++ b/DDCore/python/ddsix.py @@ -1,3 +1,4 @@ +# flake8: noqa # Copyright (c) 2010-2018 Benjamin Peterson # # Permission is hereby granted, free of charge, to any person obtaining a copy -- GitLab