https://github.com/aiidateam/pylint-aiida
A small plugin for aiida-core related linting
https://github.com/aiidateam/pylint-aiida
Last synced: 2 months ago
JSON representation
A small plugin for aiida-core related linting
- Host: GitHub
- URL: https://github.com/aiidateam/pylint-aiida
- Owner: aiidateam
- License: mit
- Created: 2021-10-26T08:38:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T09:14:55.000Z (over 3 years ago)
- Last Synced: 2025-03-12T11:38:32.754Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pylint-aiida
[![PyPI version][pypi-badge]][pypi-link]
A small plugin for aiida-core related linting.
## Usage
```console
$ pip install pylint_aiida
```Then add to your pylint configuration, e.g. in `pyproject.toml`:
```toml
[tool.pylint.master]
load-plugins = ["pylint_aiida"]
```[pypi-badge]: https://img.shields.io/pypi/v/pylint_aiida.svg
[pypi-link]: https://pypi.org/project/pylint_aiida