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
1f08a736
Commit
1f08a736
authored
Nov 16, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add flake8-broken-line and flake8-tidy-imports
parent
229bb817
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.pre-commit-config.yaml
+3
-1
tests/mixology/version_solver/test_python_constraint.py
+1
-2
No files found.
.pre-commit-config.yaml
View file @
1f08a736
...
@@ -31,11 +31,13 @@ repos:
...
@@ -31,11 +31,13 @@ repos:
hooks
:
hooks
:
-
id
:
yesqa
-
id
:
yesqa
additional_dependencies
:
&flake8_deps
additional_dependencies
:
&flake8_deps
-
flake8-broken-line==0.4.0
-
flake8-bugbear==21.9.2
-
flake8-bugbear==21.9.2
-
flake8-comprehensions==3.7.0
-
flake8-comprehensions==3.7.0
-
flake8-no-pep420==1.2.0
-
flake8-no-pep420==1.2.0
-
flake8-typing-imports==1.11.0
-
flake8-quotes==3.3.1
-
flake8-quotes==3.3.1
-
flake8-tidy-imports==4.5.0
-
flake8-typing-imports==1.11.0
-
repo
:
https://github.com/pycqa/isort
-
repo
:
https://github.com/pycqa/isort
rev
:
5.10.1
rev
:
5.10.1
...
...
tests/mixology/version_solver/test_python_constraint.py
View file @
1f08a736
...
@@ -10,8 +10,7 @@ def test_dependency_does_not_match_root_python_constraint(root, provider, repo):
...
@@ -10,8 +10,7 @@ def test_dependency_does_not_match_root_python_constraint(root, provider, repo):
add_to_repo
(
repo
,
"foo"
,
"1.0.0"
,
python
=
"<3.5"
)
add_to_repo
(
repo
,
"foo"
,
"1.0.0"
,
python
=
"<3.5"
)
error
=
"""The current project's Python requirement (>=3.6,<4.0)
\
error
=
"""The current project's Python requirement (>=3.6,<4.0) is not compatible with some of the required packages Python requirement:
is not compatible with some of the required packages Python requirement:
- foo requires Python <3.5, so it will not be satisfied for Python >=3.6,<4.0
- foo requires Python <3.5, so it will not be satisfied for Python >=3.6,<4.0
Because no versions of foo match !=1.0.0
Because no versions of foo match !=1.0.0
...
...
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