Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
b6d7723a
Unverified
Commit
b6d7723a
authored
Feb 16, 2023
by
Y.D.X
Committed by
GitHub
Feb 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix a typo (#7425)
parent
012fcb99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/pre-commit-hooks.md
+1
-1
docs/pyproject.md
+1
-1
No files found.
docs/pre-commit-hooks.md
View file @
b6d7723a
...
@@ -106,7 +106,7 @@ repos:
...
@@ -106,7 +106,7 @@ repos:
`pre-commit autoupdate`
updates the
`rev`
for each repository defined in your
`.pre-commit-config.yaml`
`pre-commit autoupdate`
updates the
`rev`
for each repository defined in your
`.pre-commit-config.yaml`
to the latest available tag in the default branch.
to the latest available tag in the default branch.
Poetry follows a branching strategy, where the default branch is the active develop
e
ment branch
Poetry follows a branching strategy, where the default branch is the active development branch
and fixes gets back ported to stable branches. New tags are assigned in these stable branches.
and fixes gets back ported to stable branches. New tags are assigned in these stable branches.
`pre-commit`
does not support such a branching strategy and has decided to not implement
`pre-commit`
does not support such a branching strategy and has decided to not implement
...
...
docs/pyproject.md
View file @
b6d7723a
...
@@ -208,7 +208,7 @@ packages = [
...
@@ -208,7 +208,7 @@ packages = [
]
]
```
```
If you want to restrict a package to a specific
[
build
](
#build
)
format you can specify
If you want to restrict a package to a specific
build
format you can specify
it by using
`format`
:
it by using
`format`
:
```
toml
```
toml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment