.bumpversion.cfg
.editorconfig
.gitignore
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
action.yml
dev.Dockerfile
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/glob-linters.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/linter-configs/.black
.github/linter-configs/.flake8
.github/linter-configs/.isort.cfg
.github/linter-configs/.mypy.ini
.github/linter-configs/.pylintrc
.github/workflows/build-publish.yml
.github/workflows/testpypi.yml
.vscode/extensions.json
.vscode/settings.json
LINTER_CONFIGS/.black
LINTER_CONFIGS/.clang-format
LINTER_CONFIGS/.flake8
LINTER_CONFIGS/.isort.cfg
LINTER_CONFIGS/.mypy.ini
LINTER_CONFIGS/.pylintrc
LINTER_CONFIGS/CPPLINT.cfg
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/glob_linters.rst
docs/glob_linters.utils.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/requirements.txt
docs/usage.rst
glob_linters/__init__.py
glob_linters/cli.py
glob_linters/linters.py
glob_linters.egg-info/PKG-INFO
glob_linters.egg-info/SOURCES.txt
glob_linters.egg-info/dependency_links.txt
glob_linters.egg-info/entry_points.txt
glob_linters.egg-info/not-zip-safe
glob_linters.egg-info/requires.txt
glob_linters.egg-info/top_level.txt
glob_linters/utils/__init__.py
glob_linters/utils/io.py
glob_linters/utils/settings.py
tests/__init__.py
tests/test_glob_linters.py