Skip to content

Commit c472990

Browse files
authored
update pyproject.toml (#4944)
* update pyproject.toml * update poetry * fix whitespace
1 parent 32b10f2 commit c472990

File tree

5 files changed

+319
-415
lines changed

5 files changed

+319
-415
lines changed

.github/actions/setup_build_env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
poetry-version:
1919
description: 'Poetry version to install'
2020
required: false
21-
default: '1.8.3'
21+
default: '2.1.1'
2222
run-poetry-install:
2323
description: 'Whether to run poetry install on current dir'
2424
required: false

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fail_fast: true
33
repos:
44

55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: v0.9.6
6+
rev: v0.9.10
77
hooks:
88
- id: ruff-format
99
args: [reflex, tests]

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is a quick guide on how to run Reflex repo locally so you can start contrib
99
**Prerequisites:**
1010

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

1414
**1. Fork this repository:**
1515
Fork this repository by clicking on the `Fork` button on the top right.

0 commit comments

Comments
 (0)