Skip to content

Commit c5cf054

Browse files
authored
chore: Pin flake8 dependency in tox.ini (#417)
1 parent 30980bb commit c5cf054

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

+1-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,7 @@ commands = {[testenv:test-upstream-requirements-base]commands}
138138
[testenv:flake8]
139139
basepython = python3
140140
deps =
141-
flake8
142-
flake8-docstrings>=1.5.0
143-
# https://github.com/JBKahn/flake8-print/pull/30
144-
flake8-print>=3.1.0
145-
flake8-bugbear
141+
-rdev_requirements/linter-requirements.txt
146142
commands =
147143
flake8 src/aws_encryption_sdk/ setup.py
148144

0 commit comments

Comments
 (0)