Skip to content
Snippets Groups Projects
  1. May 16, 2019
  2. Jan 21, 2019
  3. Oct 25, 2018
  4. Jul 19, 2018
  5. Oct 24, 2017
    • Todd Gamblin's avatar
      flake8: no wildcards in core; only `import *` from spack in packages · 7757ebc0
      Todd Gamblin authored
      There are now separate flake8 configs for core vs. packages:
      - core has a smaller set of flake8 exceptions
      - packages allow `from spack import *` and module globals
      - Allows core to take advantage of static checking for undefined names
      - Allows packages to keep using Spack tricks like `from spack import *`
        and dependencies setting globals for dependents.
      7757ebc0
  6. Apr 25, 2017
  7. Aug 30, 2016
  8. Aug 10, 2016
  9. Jun 16, 2016
  10. May 26, 2016
  11. May 11, 2016
Loading