https://github.com/treyhunner/editorconfig-python-validator
Validators .editorconfig against text files found (only checks indentation on .py files)
https://github.com/treyhunner/editorconfig-python-validator
Last synced: 6 months ago
JSON representation
Validators .editorconfig against text files found (only checks indentation on .py files)
- Host: GitHub
- URL: https://github.com/treyhunner/editorconfig-python-validator
- Owner: treyhunner
- License: mit
- Created: 2022-02-07T20:35:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T07:01:58.000Z (almost 3 years ago)
- Last Synced: 2025-06-16T21:12:12.290Z (6 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
EditorConfig Python Validator
=============================
|PyPI| |Status| |Python Version| |License|
|Read the Docs| |Tests| |Codecov|
|pre-commit| |Black|
.. |PyPI| image:: https://img.shields.io/pypi/v/editorconfig-python-validator.svg
:target: https://pypi.org/project/editorconfig-python-validator/
:alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/editorconfig-python-validator.svg
:target: https://pypi.org/project/editorconfig-python-validator/
:alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/editorconfig-python-validator
:target: https://pypi.org/project/editorconfig-python-validator
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/editorconfig-python-validator
:target: https://opensource.org/licenses/MIT
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/editorconfig-python-validator/latest.svg?label=Read%20the%20Docs
:target: https://editorconfig-python-validator.readthedocs.io/
:alt: Read the documentation at https://editorconfig-python-validator.readthedocs.io/
.. |Tests| image:: https://github.com/treyhunner/editorconfig-python-validator/workflows/Tests/badge.svg
:target: https://github.com/treyhunner/editorconfig-python-validator/actions?workflow=Tests
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/treyhunner/editorconfig-python-validator/branch/main/graph/badge.svg
:target: https://app.codecov.io/gh/treyhunner/editorconfig-python-validator
:alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
Features
--------
* TODO
Requirements
------------
* TODO
Installation
------------
You can install *EditorConfig Python Validator* via pip_ from PyPI_:
.. code:: console
$ pip install editorconfig-python-validator
Usage
-----
Please see the `Command-line Reference `_ for details.
Contributing
------------
Contributions are very welcome.
To learn more, see the `Contributor Guide`_.
License
-------
Distributed under the terms of the `MIT license`_,
*EditorConfig Python Validator* is free and open source software.
Issues
------
If you encounter any problems,
please `file an issue`_ along with a detailed description.
Credits
-------
This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.
.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/treyhunner/editorconfig-python-validator/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: https://editorconfig-python-validator.readthedocs.io/en/latest/contributing.html
.. _Usage: https://editorconfig-python-validator.readthedocs.io/en/latest/usage.html