synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
77 stars 8 forks source link

213 add black linting to cicd #214

Closed sheiksadique closed 7 months ago

sheiksadique commented 7 months ago

Added black linting check to CI-CD. Due to incompatibility, removed docformatter from pre-commit hooks. All of the code in the repo has been formatted appropriately.