Skip to content

Commit

Permalink
Pin flake dep dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Aug 12, 2022
1 parent b883ed0 commit 6c5a74c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pandas = ">=0.24.2"
openpyxl = ">=3.0.3"

[dev-packages]
flake8 = "~=3.7.7"
flake8-docstrings = "*"
flake8-rst-docstrings = "*"
flake8-bandit = "*"
pycodestyle = "*"
flake8 = "~=3.7.9"
flake8-docstrings = "~=1.3.1"
flake8-rst-docstrings = "~=0.2.3"
flake8-bandit = "~=2.1.2"
pycodestyle = "~=2.3.1"
pydocstyle = "*"
pytest = "~=4.4.0"
pytest-describe = "~=0.12.0"
Expand Down

0 comments on commit 6c5a74c

Please sign in to comment.