csachs / pyproject-flake8

pyproject-flake8 (pflake8), a monkey patching wrapper to connect flake8 with pyproject.toml configuration
The Unlicense
174 stars 16 forks source link

Issue with configparser #30

Open thismatters opened 1 year ago

thismatters commented 1 year ago

Running python 3.12 I'm seeing the following error at runtime:

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'

Per the Python 3.11 release notes, SafeConfigParser was slated for removal in 3.12.

csachs commented 7 months ago

Sorry for the delay. Should be fixed in 7.0.0(a1) now.

rgildein commented 6 months ago

I can confirm that version 7> is working fine.