Skip to content

Commit

Permalink
update pyproject.toml (#4944)
Browse files Browse the repository at this point in the history
* update pyproject.toml

* update poetry

* fix whitespace
  • Loading branch information
adhami3310 authored Mar 12, 2025
1 parent 32b10f2 commit c472990
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 415 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_build_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
poetry-version:
description: 'Poetry version to install'
required: false
default: '1.8.3'
default: '2.1.1'
run-poetry-install:
description: 'Whether to run poetry install on current dir'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fail_fast: true
repos:

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.10
hooks:
- id: ruff-format
args: [reflex, tests]
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here is a quick guide on how to run Reflex repo locally so you can start contrib
**Prerequisites:**

- Python >= 3.10
- Poetry version >= 1.4.0 and add it to your path (see [Poetry Docs](https://python-poetry.org/docs/#installation) for more info).
- Poetry version >= 2.0.0 and add it to your path (see [Poetry Docs](https://python-poetry.org/docs/#installation) for more info).

**1. Fork this repository:**
Fork this repository by clicking on the `Fork` button on the top right.
Expand Down
Loading

0 comments on commit c472990

Please sign in to comment.