.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.readthedocs.yml
LICENSE.txt
Makefile
README.md
changelog.rst
docs-requirements.txt
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/build.yaml
.github/workflows/publish.yaml
.github/workflows/publish_testpypi.yaml
docs/changelog.rst
docs/conf.py
docs/fixer_rules.rst
docs/index.rst
docs/linter_rules.rst
docs/usage.rst
scripts/bump-version.py
scripts/update-generated-reference.py
src/slyp/__init__.py
src/slyp/__main__.py
src/slyp/cli.py
src/slyp/codes.py
src/slyp/driver.py
src/slyp/file_cache.py
src/slyp/hashable_file.py
src/slyp/result.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/concrete/__init__.py
src/slyp/checkers/concrete/_base.py
src/slyp/checkers/concrete/str_concat.py
src/slyp/fixer/__init__.py
src/slyp/fixer/transformer.py
tests/conftest.py
tests/test_result_caching.py
tests/checkers/test_basics.py
tests/checkers/test_matching_ast.py
tests/checkers/test_str_concat.py
tests/fixers/test_collection_builtin_call.py
tests/fixers/test_fix_none_checked_var_return.py
tests/fixers/test_fix_special_functions.py
tests/fixers/test_insert_parens.py
tests/fixers/test_string_concat.py
tests/fixers/test_unnecessary_parens.py