pcdshub / pre-commit-hooks

Pre-commit hooks for PCDS projects (https://pre-commit.com/)
Other
10 stars 7 forks source link

Fix versioneer compat with py311 #14

Closed tacaswell closed 3 years ago

tacaswell commented 3 years ago

SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311.

https://github.com/python/cpython/pull/28292 https://bugs.python.org/issue45173