LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/flake8_picky_parentheses/__init__.py
src/flake8_picky_parentheses/_brackets_position.py
src/flake8_picky_parentheses/_meta.py
src/flake8_picky_parentheses/_redundant_parentheses.py
src/flake8_picky_parentheses/_util.py
src/flake8_picky_parentheses.egg-info/PKG-INFO
src/flake8_picky_parentheses.egg-info/PKG-INFO.sbak
src/flake8_picky_parentheses.egg-info/SOURCES.txt
src/flake8_picky_parentheses.egg-info/dependency_links.txt
src/flake8_picky_parentheses.egg-info/entry_points.txt
src/flake8_picky_parentheses.egg-info/requires.txt
src/flake8_picky_parentheses.egg-info/top_level.txt
tests/test_brackets_position.py
tests/test_redundant_parentheses.py