Skip to content

Commit

Permalink
pin flake8-black to 0.2.4
Browse files Browse the repository at this point in the history
0.2.5 causes flake8 to fail due to unexpected keyword argument 'magic_trailing_comma'.
0.3 and greater require python 3.7
  • Loading branch information
Reillyhewitson committed Nov 1, 2022
1 parent ab160a8 commit 4d6b066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -41,7 +41,6 @@ Faker = "8.5.1"
black = "19.10b0"
flake8 = "^3.8.4"
flake8-bandit = "^2.1.2"
flake8-black = "^0.2.1"
flake8-bugbear = "^20.1.4"
flake8-import-order = "^0.18.1"
flake8-builtins = "^1.5.3"
Expand All @@ -57,6 +56,7 @@ pytest-icdiff = "^0.5"
python-semantic-release = "^7.19.2"
coverage-conditional-plugin = "^0.5.0"
safety = "^2.2.0"
flake8-black = "0.2.4"

[tool.poetry.scripts]

Expand Down

0 comments on commit 4d6b066

Please sign in to comment.