mik-laj commented on a change in pull request #19737:
URL: https://github.com/apache/airflow/pull/19737#discussion_r754409331
##########
File path: .pre-commit-config.yaml
##########
@@ -238,6 +238,7 @@ repos:
^scripts/.*\.py$|
^dev|
^provider_packages|
+ ^docker_tests|
Review comment:
When I turned it on, we got the following error messages. This is not
what we expect.
```
docker_tests/ci_image.py:28 in public class `TestFiles`:
D101: Missing docstring in public class
docker_tests/ci_image.py:33 in public class `TestPythonPackages`:
D101: Missing docstring in public class
docker_tests/prod_image.py:37 in public class `TestCommands`:
D101: Missing docstring in public class
docker_tests/prod_image.py:72 in public class `TestPythonPackages`:
D101: Missing docstring in public class
docker_tests/prod_image.py:169 in public class `TestExecuteAsRoot`:
D101: Missing docstring in public class
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]