Skip to content

Commit fd03998

Browse files
authored
Fix Contribution guide as PDM is no longer used (#1124)
1 parent b19dad9 commit fd03998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All isort command line options can be found [here](https://pycqa.github.io/isort
111111

112112
### pre-commit
113113

114-
[pre-commit](https://pre-commit.com) is a dev dependency of Flet and is automatically installed by `pdm install`.
114+
[pre-commit](https://pre-commit.com) is a dev dependency of Flet and is automatically installed by `poetry install`.
115115
To install the pre-commit hooks run: `pre-commit install`.
116116
Once installed, everytime you commit, pre-commit will run the configured hooks against changed files.
117117

0 commit comments

Comments
 (0)