From c2ef0a65002b4c945fedfefc121dbc0a0390894f Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 19 Mar 2021 12:44:51 -0400 Subject: move code linting to a stricter pep8-esque auto-formatting tool, black --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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` -- cgit v1.2.3