.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGELOG.md
LICENSE.txt
Makefile
README.md
bump-version.py
pyproject.toml
tox.ini
.github/workflows/build.yaml
.github/workflows/publish.yaml
.github/workflows/publish_testpypi.yaml
scripts/update-generated-reference.py
src/slyp/__init__.py
src/slyp/__main__.py
src/slyp/cli.py
src/slyp/codes.py
src/slyp.egg-info/PKG-INFO
src/slyp.egg-info/SOURCES.txt
src/slyp.egg-info/dependency_links.txt
src/slyp.egg-info/entry_points.txt
src/slyp.egg-info/requires.txt
src/slyp.egg-info/top_level.txt
src/slyp/checkers/__init__.py
src/slyp/checkers/abstract/__init__.py
src/slyp/checkers/abstract/_base.py
src/slyp/checkers/abstract/matching_branches.py
src/slyp/checkers/abstract/none_checked_var_returned.py
src/slyp/checkers/concrete/__init__.py
src/slyp/checkers/concrete/_base.py
src/slyp/checkers/concrete/annotation_wrap.py
src/slyp/checkers/concrete/str_concat.py
src/slyp/fixers/__init__.py
src/slyp/fixers/unnecessary_parens.py
tests/test_check_files.py
tests/test_fix_files.py