https://github.com/Problematy/goodmap/blob/e666c3ecda12ea5f0482629dc330703151dd0385/pyproject.toml#L84 ```toml line-length = 100 target-version = "py310" show-fixes = true # TODO unify linting across whole python code lint.select = [ # "D", # pydocstyle "I", # isort "F", # Pyflakes "E", # pycodestyle Error ```
goodmap/pyproject.toml
Line 84 in e666c3e