File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ repos:
106106` pre-commit autoupdate` updates the `rev` for each repository defined in your `.pre-commit-config.yaml`
107107to the latest available tag in the default branch.
108108
109- Poetry follows a branching strategy, where the default branch is the active developement branch
109+ Poetry follows a branching strategy, where the default branch is the active development branch
110110and fixes gets back ported to stable branches. New tags are assigned in these stable branches.
111111
112112` pre-commit` does not support such a branching strategy and has decided to not implement
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ packages = [
208208]
209209```
210210
211- If you want to restrict a package to a specific [ build] ( #build ) format you can specify
211+ If you want to restrict a package to a specific build format you can specify
212212it by using ` format ` :
213213
214214``` toml
You can’t perform that action at this time.
0 commit comments