.bumpversion.cfg
.flake8
.gitignore
.pylintrc
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
__init__.py
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/test.yml
src/_version.py
src/checks.py
src/flake8_itzma.py
src/helpers.py
src/testing_checks.py
src/itzma_lint.egg-info/PKG-INFO
src/itzma_lint.egg-info/SOURCES.txt
src/itzma_lint.egg-info/dependency_links.txt
src/itzma_lint.egg-info/requires.txt
src/itzma_lint.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_itzma.py
src/tests/test_samples/test1.py
src/tests/test_samples/test2.py
src/tests/test_samples/test3.py
src/tests/test_samples/test4.py
src/tests/test_samples/test5.py