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
aa333158
Unverified
Commit
aa333158
authored
Apr 17, 2023
by
Rafał
Committed by
GitHub
Apr 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `language_version` from pre-commit hooks (#6989)
parent
b1fcfc02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
.pre-commit-hooks.yaml
+0
-3
No files found.
.pre-commit-hooks.yaml
View file @
aa333158
...
...
@@ -3,7 +3,6 @@
description
:
run poetry check to validate config
entry
:
poetry check
language
:
python
language_version
:
python3
pass_filenames
:
false
files
:
^(.*/)?pyproject.toml$
...
...
@@ -12,7 +11,6 @@
description
:
run poetry lock to update lock file
entry
:
poetry lock
language
:
python
language_version
:
python3
pass_filenames
:
false
-
id
:
poetry-export
...
...
@@ -20,7 +18,6 @@
description
:
run poetry export to sync lock file with requirements.txt
entry
:
poetry export
language
:
python
language_version
:
python3
pass_filenames
:
false
files
:
^poetry.lock$
args
:
[
"
-f"
,
"
requirements.txt"
,
"
-o"
,
"
requirements.txt"
]
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