diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-11 02:32:13 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-05-11 02:32:13 -0700 |
commit | 6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40 (patch) | |
tree | d92ee446de6cfc5e198dee6142827b223761d1ac /lib | |
parent | fc8d18ebdc2bf7f2978518d731b8f8b74e9b4563 (diff) | |
download | spack-6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40.tar.gz spack-6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40.tar.bz2 spack-6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40.tar.xz spack-6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40.zip |
Remove config.py from flake checking for now.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/config.py b/lib/spack/spack/config.py index 9da5d7aaf0..21e08ff666 100644 --- a/lib/spack/spack/config.py +++ b/lib/spack/spack/config.py @@ -1,3 +1,4 @@ +# flake8: noqa ############################################################################## # Copyright (c) 2013-2015, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. |