Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AlgorithmAndLeetCode/TheAlgorithms_Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed7c9b5
Choose a base ref
...
head repository: TheAlgorithms/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a4a6a5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 3 contributors

Commits on Jul 11, 2025

  1. Update .pre-commit-config.yaml to reflect current linting and formatt… (

    TheAlgorithms#12841)
    
    * Update .pre-commit-config.yaml to reflect current linting and formatting setup
    
    - Replaced outdated references to `black` with the actual tools used in the repo: `ruff` and `ruff-format`.
    - Ensured all configured hooks are up to date and relevant to Python development.
    - This aligns the linting and formatting setup with the project's actual pre-commit pipeline.
    - Improves consistency for contributors by preventing confusion between formatting tools.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * We use httpx, not requests
    
    * response = httpx.get(request_url, timeout=10).raise_for_status()
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Christian Clauss <cclauss@me.com>
    3 people authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    5a4a6a5 View commit details
    Browse the repository at this point in the history
Loading