mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 05:35:28 -04:00
Suppress pretty for spack package files
This commit is contained in:
parent
5da81e0082
commit
00eebaaad3
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ def main() -> None:
|
|||
continue
|
||||
if root.startswith("./tools/fedora"):
|
||||
continue
|
||||
if root.startswith("./tools/spack/spack_repo/cp2k_dev/packages"):
|
||||
continue
|
||||
if root.startswith("./data/DFTB/scc"):
|
||||
continue
|
||||
if root.startswith("./arch"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue