.editorconfig
.flake8
.gitignore
.isort.cfg
.travis.yml
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
richtypo/__init__.py
richtypo/filter.py
richtypo/richtypo.py
richtypo/rules.py
richtypo.egg-info/PKG-INFO
richtypo.egg-info/SOURCES.txt
richtypo.egg-info/dependency_links.txt
richtypo.egg-info/not-zip-safe
richtypo.egg-info/requires.txt
richtypo.egg-info/top_level.txt
richtypo/rules/en.yaml
richtypo/rules/generic.yaml
richtypo/rules/ru.yaml
tests/__init__.py
tests/conftest.py
tests/test_filter.py
tests/test_rule_loader.py
tests/test_rule_specs.py
tests/test_rules.py
tests/test_tags.py
tests/test_unicode.py