Skip to content

Commit

Permalink
CI(deps): flake8 version downgraded to 5.0.4
Browse files Browse the repository at this point in the history
The latest flake8 has incompatibilities with flake8-quotes plugin.
  • Loading branch information
sreehari-aot committed Dec 8, 2022
1 parent 00f2c0b commit 2596ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r prod.txt
autopep8
black
flake8
flake8==5.0.4
flake8-blind-except
flake8-debugger
flake8-docstrings
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-data-analysis-api/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-cov
FreezeGun

# Lint and code style
flake8
flake8==5.0.4
flake8-blind-except
flake8-debugger
flake8-docstrings
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r prod.txt
autopep8
black
flake8
flake8==5.0.4
flake8-blind-except
flake8-debugger
flake8-docstrings
Expand Down

0 comments on commit 2596ab0

Please sign in to comment.