Skip to content

Commit

Permalink
update: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Sep 30, 2023
1 parent 623618d commit ae13e2b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 42 deletions.
71 changes: 35 additions & 36 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@ types-requests = "~2.28.11.8"
[tool.poetry.group.linting.dependencies]
autoflake = "~2.2.0"
black = "~23.9.0"
flake8 = "~6.0.0"
flake8 = "~6.1.0"
flake8-annotations = "~3.0.0"
flake8-black = "~0.3.2"
flake8-bugbear = "~23.6.0"
flake8-bugbear = "~23.9.0"
flake8-builtins = "~2.1.0"
flake8-commas = "~2.1.0"
flake8-comprehensions = "~3.13.0"
flake8-comprehensions = "~3.14.0"
flake8-debugger = "~4.1.0"
flake8-docstrings = "~1.7.0"
flake8-fixme = "~1.1.1"
flake8-isort = "~6.0.0"
flake8-isort = "~6.1.0"
flake8-print = "~5.0.0"
flake8-return = "~1.2.0"
flake8-simplify = "~0.20.0"
flake8-simplify = "~0.21.0"
flake8-unused-globals = "~0.1.9"
flake8-variables-names = "~0.0.4"
isort = "~5.12.0"
mypy = "~1.5.0"
pyproject-flake8 = "~6.0.0"
pyproject-flake8 = "~6.1.0"

[tool.black]
line-length = 99
Expand Down

0 comments on commit ae13e2b

Please sign in to comment.