Skip to content

Commit

Permalink
update flake8 to latest version
Browse files Browse the repository at this point in the history
fixes pipeline error where flake8 would error on multiline comments
in `noxfile.py`
  • Loading branch information
Cube707 committed Jan 3, 2024
1 parent 7ed5944 commit 07133f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 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 @@ -23,14 +23,14 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.8.1"
blessed = ">=1.19.0"
readchar = ">=3.0.6"
python-editor = ">=1.0.4"

[tool.poetry.dev-dependencies]
bandit = ">=1.7.4"
flake8 = ">=4.0.1,<6.0.0"
flake8 = ">=6.1.0"
flake8-docstrings = ">=1.6.0"
furo = ">=2022.9.29"
isort = ">=5.10.1"
Expand Down

0 comments on commit 07133f5

Please sign in to comment.