https://github.com/NeuralEnsemble/libNeuroML
Raw File
Tip revision: 61b64d08da8a1a5c1a4711e32f2a5bf3b5e37a8e authored by Ankur Sinha (Ankur Sinha Gmail) on 25 June 2021, 12:12:42 UTC
chore(nml.py): regenerate for updated schema file
Tip revision: 61b64d0
setup.cfg
[flake8]
# ignore:
# spacing around operators, comment blocks, in argument lists
# lines too long
ignore = E501,E502,F403,F405,E231,E228,E225,E226,E265,E261
exclude = neuroml/nml/nml.py
back to top