Skip to content

Commit

Permalink
upgrade flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 7, 2023
1 parent 2e962ca commit 9c78f27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pyshp = "^2.1.0"

[tool.poetry.dev-dependencies]
isort = "^5.12"
flake8 = "^5.0.4"
flake8 = { version = "^6.1.0", python = "^3.8.1" }
black = "==23.9.1"
coverage = "^7.3"
sphinx = "^7.1.2"
Expand Down

0 comments on commit 9c78f27

Please sign in to comment.