Skip to content

Conversation

@ndonkoHenri
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates various configuration files and documentation to improve the project's development setup and documentation infrastructure. The changes primarily focus on modernizing tooling, improving dependency management, and enhancing the documentation build process.

  • Updated Flutter lints version from 2.0.0 to 3.0.0
  • Restructured dependency groups in pyproject.toml with specific version constraints
  • Enhanced pre-commit configuration by replacing isort/black with ruff and adding additional hooks

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/flutter/flet_rive/pubspec.yaml Updates flutter_lints dependency to version 3.0.0
src/flet_rive/rive.py Minor documentation formatting improvements
src/flet_rive/init.py Adds all export list for better module interface
pyproject.toml Restructures dependency groups with version constraints and adds new tool configurations
mkdocs.yml Updates documentation configuration with new plugins and inventory sources
.pre-commit-config.yaml Replaces isort/black with ruff and adds additional pre-commit hooks
.github/workflows/docs.yml Adds dev branch to documentation workflow and includes lint dependencies
Comments suppressed due to low confidence (2)

.pre-commit-config.yaml:3

  • The ruff-pre-commit version v0.12.5 may not exist. As of my knowledge cutoff in January 2025, ruff versions were typically in the 0.1x range. Please verify this version exists or use a known stable version like v0.1.15.
    rev: v0.12.5

.pre-commit-config.yaml:12

  • The pre-commit-hooks version v5.0.0 may not exist. As of my knowledge cutoff in January 2025, the latest versions were typically in the v4.x range. Please verify this version exists or use a known stable version like v4.5.0.
    rev: v5.0.0

@FeodorFitsner FeodorFitsner merged commit 8172c9b into main Jul 27, 2025
4 checks passed
@FeodorFitsner FeodorFitsner deleted the dev branch July 27, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants