-
-
Notifications
You must be signed in to change notification settings - Fork 421
Comparing changes
Open a pull request
base repository: wemake-services/wemake-python-styleguide
base: 1.3.0
head repository: wemake-services/wemake-python-styleguide
compare: 1.4.0
- 16 commits
- 65 files changed
- 7 contributors
Commits on Jul 14, 2025
-
[pre-commit.ci] pre-commit autoupdate (#3489)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.2...v0.12.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb13ef - Browse repository at this point
Copy the full SHA 1eb13efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f893f91 - Browse repository at this point
Copy the full SHA f893f91View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 473e203 - Browse repository at this point
Copy the full SHA 473e203View commit details -
[pre-commit.ci] pre-commit autoupdate (#3494)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ede8951 - Browse repository at this point
Copy the full SHA ede8951View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for adc0f0f - Browse repository at this point
Copy the full SHA adc0f0fView commit details
Commits on Jul 28, 2025
-
[pre-commit.ci] pre-commit autoupdate (#3498)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5381e6c - Browse repository at this point
Copy the full SHA 5381e6cView commit details
Commits on Jul 30, 2025
-
Feat: allow re-exports in
__init__.pyfiles (#3499)Co-authored-by: sobolevn <mail@sobolevn.me>
Configuration menu - View commit details
-
Copy full SHA for c0edb5d - Browse repository at this point
Copy the full SHA c0edb5dView commit details
Commits on Aug 4, 2025
-
[pre-commit.ci] pre-commit autoupdate (#3503)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for deb1705 - Browse repository at this point
Copy the full SHA deb1705View commit details
Commits on Aug 8, 2025
-
Bump python from 3.13.5-alpine to 3.13.6-alpine (#3504)
Bumps python from 3.13.5-alpine to 3.13.6-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.6-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20c1ea1 - Browse repository at this point
Copy the full SHA 20c1ea1View commit details
Commits on Aug 11, 2025
-
[pre-commit.ci] pre-commit autoupdate (#3507)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for abc5af4 - Browse repository at this point
Copy the full SHA abc5af4View commit details
Commits on Aug 12, 2025
-
Bump actions/checkout from 4 to 5 (#3508)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2bf79ee - Browse repository at this point
Copy the full SHA 2bf79eeView commit details
Commits on Aug 18, 2025
-
Bump python from 3.13.6-alpine to 3.13.7-alpine (#3510)
Bumps python from 3.13.6-alpine to 3.13.7-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41bf943 - Browse repository at this point
Copy the full SHA 41bf943View commit details
Commits on Aug 19, 2025
-
[pre-commit.ci] pre-commit autoupdate (#3511)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.12.1](zizmorcore/zizmor-pre-commit@v1.11.0...v1.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.8...v0.12.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca691a2 - Browse repository at this point
Copy the full SHA ca691a2View commit details
Commits on Aug 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f4c70bc - Browse repository at this point
Copy the full SHA f4c70bcView commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c5c229c - Browse repository at this point
Copy the full SHA c5c229cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69312a7 - Browse repository at this point
Copy the full SHA 69312a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.0...1.4.0