Freeze pycodestyle in ansible-test.

pull/69556/head
Matt Clay 4 years ago
parent e7c2eb519b
commit 159d79995c

@ -0,0 +1,2 @@
bugfixes:
- ansible-test now uses ``pycodestyle`` frozen at version 2.6.0 for consistent test results.

@ -51,3 +51,6 @@ mccabe == 0.6.1
pylint == 2.3.1
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
wrapt == 1.11.1
# freeze pycodestyle for consistent test results
pycodestyle == 2.6.0

Loading…
Cancel
Save