mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Remove pyratemp and rely on PyPI instead
This commit is contained in:
parent
a0eab37401
commit
d7cf14fe28
3 changed files with 1 additions and 1193 deletions
|
|
@ -7,17 +7,12 @@ repos:
|
|||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
- id: check-ast
|
||||
exclude: &check_ast_exclusion >-
|
||||
(?x)^(
|
||||
tools/autotune_grid/xyz_to_vab/pyratemp.py|
|
||||
)$
|
||||
- id: check-ast
|
||||
name: Check python ast (with Python 2.7)
|
||||
language_version: python2.7
|
||||
stages: [manual]
|
||||
- id: check-ast
|
||||
name: Check python ast (with Python 3)
|
||||
exclude: *check_ast_exclusion
|
||||
language_version: python3
|
||||
stages: [manual]
|
||||
- repo: local
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
1
tools/autotune_grid/xyz_to_vab/requirements.txt
Normal file
1
tools/autotune_grid/xyz_to_vab/requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pyratemp
|
||||
Loading…
Add table
Add a link
Reference in a new issue