8000 build(deps): Fix flake8 / importlib-metadaata pin, bump mypy · vcs-python/libvcs@c46cee0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c46cee0

Browse files
committed
build(deps): Fix flake8 / importlib-metadaata pin, bump mypy
1 parent e1eb1ad commit c46cee0

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

poetry.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ black = "*"
9292
isort = "*"
9393

9494
### Lint ###
95-
flake8 = "*"
95+
flake8 = [
96+
{ version = "*", python = "^3.7" },
97+
{ version = ">=5", python = "^3.8" },
98+
]
9699
flake8-bugbear = "*"
97100
flake8-comprehensions = "*"
98101
mypy = "*"
99102
types-docutils = "*"
100103

101-
### Quirks ###
102-
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
103-
104104
[tool.poetry.extras]
105105
docs = [
106106
"gp-libs",

0 commit comments

Comments
 (0)
0