Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Apr 5, 2023
1 parent 875de76 commit f0b71ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 109 deletions.
133 changes: 26 additions & 107 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ classifiers = [
ssh = ["paramiko"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8.1"
paramiko = {version = "^2.7.2", optional = true}

[tool.poetry.dev-dependencies]
fakechroot = ">=0.2.1"
unittest2 = "^1.1.0"
isort = "^5.4.0"
black = "^22.3.0"
flake8 = "^3.0.0"
flake8 = "^6.0.0"
pytest = "^6.0.0"
coverage = "^5.0.3"
codecov = "^2.0.15"
Expand Down

0 comments on commit f0b71ab

Please sign in to comment.