Revision a40874473cdaafac2bebb641dd2989e60937d1ec authored by Ankur Sinha (Ankur Sinha Gmail) on 08 October 2021, 08:51:42 UTC, committed by Ankur Sinha (Ankur Sinha Gmail) on 08 October 2021, 08:51:42 UTC
The last release they made does not work with Python 3.10.
Fixes are in the GitHub repo but pending a new release.
1 parent 33e1e81
Raw File
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,doc
back to top