diff --git a/.all-contributorsrc b/.all-contributorsrc index 4e9d9dab..f1acb282 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -181,6 +181,60 @@ "code", "test" ] + }, + { + "login": "lej0hn", + "name": "Giannis Daras", + "avatar_url": "https://avatars.githubusercontent.com/u/72049569?v=4", + "profile": "https://github.com/lej0hn", + "contributions": [ + "bug", + "ideas", + "review", + "code" + ] + }, + { + "login": "Dhruvanshu-Joshi", + "name": "Dhruvanshu-Joshi", + "avatar_url": "https://avatars.githubusercontent.com/u/104030847?v=4", + "profile": "https://github.com/Dhruvanshu-Joshi", + "contributions": [ + "bug", + "ideas" + ] + }, + { + "login": "AdityaBITMESRA", + "name": "AdityaBITMESRA", + "avatar_url": "https://avatars.githubusercontent.com/u/147182147?v=4", + "profile": "https://github.com/AdityaBITMESRA", + "contributions": [ + "bug", + "ideas", + "code", + "review" + ] + }, + { + "login": "YBCS", + "name": "Y. Budhachandra", + "avatar_url": "https://avatars.githubusercontent.com/u/29734619?v=4", + "profile": "https://github.com/YBCS", + "contributions": [ + "code", + "test" + ] + }, + { + "login": "stellaprins", + "name": "Stella", + "avatar_url": "https://avatars.githubusercontent.com/u/30465823?v=4", + "profile": "https://github.com/stellaprins", + "contributions": [ + "code", + "ideas" + ] } ], "contributorsPerLine": 7, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc68f32..e4d92fc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,3 +51,8 @@ jobs: pynml -h ./test-ghactions.sh -neuron + + - name: Lint with ruff + run: | + pip install ruff + ruff check . --exit-zero diff --git a/README.md b/README.md index 5a910dec..dbcc3db3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pyNeuroML [![Twitter Follow](https://img.shields.io/twitter/follow/NeuroML?style=social)](https://twitter.com/NeuroML) [![Gitter](https://badges.gitter.im/NeuroML/community.svg)](https://gitter.im/NeuroML/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models. @@ -192,6 +192,13 @@ More closely tied to PyNN?