diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2021-03-19 17:44:51 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2021-03-23 14:39:58 +0100 |
commit | c2ef0a65002b4c945fedfefc121dbc0a0390894f (patch) | |
tree | 52ab6712c9673f16b3f6aa5213f565b0e4008863 /CONTRIBUTING.md | |
parent | Merge pull request #9655 from ansible/jakemcdermott-patch-changelog (diff) | |
download | awx-c2ef0a65002b4c945fedfefc121dbc0a0390894f.tar.xz awx-c2ef0a65002b4c945fedfefc121dbc0a0390894f.zip |
move code linting to a stricter pep8-esque auto-formatting tool, black
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51d3334aa7..bf81f271c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ Fixes and Features for AWX will go through the Github pull request process. Subm Here are a few things you can do to help the visibility of your change, and increase the likelihood that it will be accepted: * No issues when running linters/code checkers - * Python: flake8: `(container)/awx_devel$ make flake8` + * Python: black: `(container)/awx_devel$ make black` * Javascript: JsHint: `(container)/awx_devel$ make jshint` * No issues from unit tests * Python: py.test: `(container)/awx_devel$ make test` |