This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60a24bbdaa
community.general
/
test
/
sanity
/
pep8
/
current-ignore.txt
6 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use pycodestyle instead of pep8 (#25947)
2017-07-13 18:46:31 +00:00
E305
Add `pep8` to `ansible-test`. (#20745) The rule sets and legacy file list are a first draft. It is likely that they will need to be revised.
2017-01-27 20:34:00 +00:00
E402
Bulk pep8 fixes - hand crafted (#33690) * Bulk pep8 fixes - hand crafted Fix by hand the remaining issues that autopep8 couldn't * Next batch of hand crafted pep8 fixes * Ignore W503 https://github.com/PyCQA/pycodestyle/pull/499 * Revert more of W503
2017-12-08 03:29:21 +00:00
W503
Use pycodestyle instead of pep8 (#25947)
2017-07-13 18:46:31 +00:00
E722
E741