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: Toshaksha/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TheAlgorithms/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 9, 2025

  1. Fix devcontainer build failure (TheAlgorithms#12837)

    * add post-installation script
    
    * set zsh as default terminal and make post-install execution on postcreate
    
    * rename file
    
    * rename script
    
    * Create devcontainers_ci.yml
    
    * Update devcontainer.json
    
    * Update devcontainers_ci.yml
    
    Never push image built here. It's for build testing purpose only.
    
    * postCreateCommand update to reflect that the shell script has been renamed.
    
    * update devcontainer readme file
    
    * trigger workflow only on devcontainer/** changes
    
    * prettier refactor
    bertrand-awz authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    ed7c9b5 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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
  2. [pre-commit.ci] pre-commit autoupdate (TheAlgorithms#12781)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.11...v0.12.2)
    - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
    
    * Update .pre-commit-config.yaml
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Christian Clauss <[email protected]>
    pre-commit-ci[bot] and cclauss authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    d1a9486 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. [pre-commit.ci] pre-commit autoupdate (TheAlgorithms#12846)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4)
    - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
    
    * Apply suggestion from @cclauss
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Christian Clauss <[email protected]>
    pre-commit-ci[bot] and cclauss authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6e1a104 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. [pre-commit.ci] pre-commit autoupdate (TheAlgorithms#12864)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.4...v0.12.5)
    - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
    
    * Apply suggestion from @cclauss
    
    * --ignore=web_programming/current_stock_price.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Christian Clauss <[email protected]>
    pre-commit-ci[bot] and cclauss authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    7a0fee4 View commit details
    Browse the repository at this point in the history
Loading