Skip to content

Commit

Permalink
First test version (#1)
Browse files Browse the repository at this point in the history
* add test yaml file
  • Loading branch information
superstar54 authored Mar 25, 2024
1 parent 14b87fa commit e649fb7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Install pre-commit hooks via
# pre-commit install

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: fix-encoding-pragma
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-json

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format
16 changes: 16 additions & 0 deletions plugins.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
aiida-bader:
description: AiiDA plugin for the Bader analysis
author: Xing Wang
github: https://github.com/superstar54/aiida-bader
documentation: https://aiida-bader.readthedocs.io/
pip: aiida-bader

aiidalab-qe-vibroscopy:
description: Plugin to compute vibrational properties of materials via the aiida-vibroscopy AiiDA plugin
author: Miki Bonacci
github: https://github.com/mikibonacci/aiidalab-qe-vibroscopy

aiidalab-qe-muon:
description: Plugin to compute muon stopping sites and related properties via the aiida-muon and aiida-musconv AiiDA plugins
author: Miki Bonacci
github: https://github.com/mikibonacci/aiidalab-qe-muon

0 comments on commit e649fb7

Please sign in to comment.