.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGELOG.md
LICENSE.txt
README.md
pyproject.toml
tox.ini
.github/workflows/build.yaml
.github/workflows/publish.yaml
.github/workflows/publish_testpypi.yaml
src/slyp/__init__.py
src/slyp/__main__.py
src/slyp/cli.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/matching_branches.py
src/slyp/checkers/concrete/__init__.py
src/slyp/checkers/concrete/str_concat.py
tests/test_check_files.py