{"id":17801722,"url":"https://github.com/jfishe/pyscaffoldext-pre-commit-ruff","last_synced_at":"2026-06-01T02:30:58.588Z","repository":{"id":258035817,"uuid":"873303005","full_name":"jfishe/pyscaffoldext-pre-commit-ruff","owner":"jfishe","description":"PyScaffold Extension Replacing Default Pre-Commit Configuration with Ruff","archived":false,"fork":false,"pushed_at":"2026-04-11T22:47:30.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T23:16:54.058Z","etag":null,"topics":["codespell","mypy-config","pre-commit","pyscaffold-extension","python","ruff-python","template-project"],"latest_commit_sha":null,"homepage":"https://pyscaffoldext-pre-commit-ruff.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfishe.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-16T00:03:34.000Z","updated_at":"2026-04-11T22:37:40.000Z","dependencies_parsed_at":"2025-08-13T08:33:26.948Z","dependency_job_id":"7310fe96-aeea-4054-9b5e-c7edf7f3d20d","html_url":"https://github.com/jfishe/pyscaffoldext-pre-commit-ruff","commit_stats":null,"previous_names":["jfishe/pyscaffoldext-pre-commit-ruff"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jfishe/pyscaffoldext-pre-commit-ruff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fpyscaffoldext-pre-commit-ruff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fpyscaffoldext-pre-commit-ruff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fpyscaffoldext-pre-commit-ruff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fpyscaffoldext-pre-commit-ruff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfishe","download_url":"https://codeload.github.com/jfishe/pyscaffoldext-pre-commit-ruff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fpyscaffoldext-pre-commit-ruff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33757790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codespell","mypy-config","pre-commit","pyscaffold-extension","python","ruff-python","template-project"],"created_at":"2024-10-27T12:39:21.291Z","updated_at":"2026-06-01T02:30:58.582Z","avatar_url":"https://github.com/jfishe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyscaffoldext-pre-commit-ruff\n=============================\n\n.. image:: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/actions/workflows/publish-package.yml/badge.svg\n   :target: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/actions/workflows/publish-package.yml\n   :alt: Test and Publish Python 🐍 distribution 📦 to PyPI and TestPyPI\n.. image:: https://img.shields.io/pypi/v/pyscaffoldext-pre-commit-ruff.svg\n   :target: https://pypi.org/project/pyscaffoldext-pre-commit-ruff/\n   :alt: PyPI Version\n.. image:: https://img.shields.io/pypi/pyversions/pyscaffoldext-pre-commit-ruff.svg\n   :alt: Python Versions\n.. image:: https://readthedocs.org/projects/pyscaffoldext-pre-commit-ruff/badge/?version=latest\n   :target: https://pyscaffoldext-pre-commit-ruff.readthedocs.io/en/latest/\n   :alt: Documentation Status\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\n   :target: https://pre-commit.com/\n   :alt: pre-commit enabled\n.. image:: https://img.shields.io/badge/linting-ruff-blue\n   :alt: Ruff\n.. image:: https://coveralls.io/repos/github/jfishe/pyscaffoldext-pre-commit-ruff/badge.svg?branch=main\n   :target: https://coveralls.io/github/jfishe/pyscaffoldext-pre-commit-ruff?branch=main\n   :alt: Coverage Status\n\n`PyScaffold`_ extension to use the `Ruff Linter`_ and `Ruff Formatter`_\nin place of the `Pre Commit Extension`_, ``putup --pre-commit`` defaults\n`flake8`_ and `isort`_.\n\nThe ``ruff`` configuration is added to ``pyproject.toml`` because\n``ruff`` does not support ``setup.cfg``. Some `Ruff Linter`_ recommended\nsettings are commented out, for consistency with `PyScaffold`_'s\n``flake8`` settings.\n\nUncomment to enable `pre-commit`_ additional hook in ``.pre-commit-config.yaml``.\n\n  - `pre-commit-hooks`_ ``name-tests-test`` ``--pytest-test-first``.\n  - `Markdown Lint`_\n  - `mdformat`_\n  - `gitlint`_\n  - `Codespell`_\n  - `pyproject-fmt`_\n\n`Mypy`_ settings are added to ``setup.cfg``.\n\nUsage\n-----\n\nJust install this package with\n``pip install pyscaffoldext-pre-commit-ruff`` and note that ``putup -h``\nshows a new option ``--pre-commit-ruff``. Use this flag to use the `Ruff\nLinter`_ and `Ruff Formatter`_ in place of ``putup --pre-commit``\ndefaults `flake8`_ and `isort`_.\n\n.. _pyscaffold-notes:\n\nMaking Changes \u0026 Contributing\n-----------------------------\n\nThis project uses `pre-commit`_, please make sure to install it before\nmaking any changes:\n\n::\n\n   uv tool install pre-commit\n   cd pyscaffoldext-pre-commit-ruff\n   pre-commit install\n\nIt is a good idea to update the hooks to the latest version:\n\n::\n\n   pre-commit autoupdate\n\nNote\n----\n\nThis project has been set up using PyScaffold 4.6. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n\n.. _Codespell: https://github.com/codespell-project/codespell\n.. _Markdown Lint: https://github.com/igorshubovych/markdownlint-cli\n.. _Mypy: https://mypy.readthedocs.io/\n.. _Pre Commit Extension: https://pyscaffold.org/en/stable/features.html#pre-commit-hooks\n.. _PyScaffold: https://pyscaffold.org/\n.. _Ruff Formatter: https://docs.astral.sh/ruff/formatter/\n.. _Ruff Linter: https://docs.astral.sh/ruff/linter/\n.. _flake8: https://flake8.pycqa.org/\n.. _gitlint: https://github.com/hukkin/mdformat\n.. _isort: https://pycqa.github.io/isort/\n.. _mdformat: https://github.com/hukkin/mdformat\n.. _pre-commit-hooks: https://github.com/pre-commit/pre-commit-hooks\n.. _pre-commit: https://pre-commit.com/\n.. _pyproject-fmt: https://github.com/tox-dev/pyproject-fmt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfishe%2Fpyscaffoldext-pre-commit-ruff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfishe%2Fpyscaffoldext-pre-commit-ruff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfishe%2Fpyscaffoldext-pre-commit-ruff/lists"}