diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..fda870f --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 diff --git a/plugins.yaml b/plugins.yaml new file mode 100644 index 0000000..140275b --- /dev/null +++ b/plugins.yaml @@ -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