-
Updated
Dec 25, 2020 - Python
policy
Here are 59 public repositories matching this topic...
-
Updated
Apr 21, 2022 - Python
-
Updated
Feb 4, 2022 - Python
What would you like to be added:
Need to add some conditional logic to certain CI checks to increase efficiency for some PR's.
Why is this needed:
Not all checks need to run on a given PR unless certain files change. Github Actions has filtering capabilities, but it breaks things if you enable that with
-
Updated
Dec 17, 2018 - Python
If a PEP is called on a function, and the policy denies its execution, there should be a parameter that allows to specify a return value and/or a function that returns such value.
PEP for classes
-
Updated
Mar 21, 2022 - Python
-
Updated
Apr 21, 2022 - Python
-
Updated
Jan 20, 2019 - Python
-
Updated
Dec 3, 2018 - Python
-
Updated
Aug 13, 2021 - Python
-
Updated
Jan 4, 2022 - Python
-
Updated
Apr 19, 2022 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
Jul 2, 2018 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Nov 17, 2021 - Python
-
Updated
Apr 24, 2020 - Python
-
Updated
Feb 16, 2022 - Python
-
Updated
Dec 13, 2019 - Python
-
Updated
Jun 20, 2018 - Python
-
Updated
Oct 31, 2021 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Sep 30, 2020 - Python
Improve this page
Add a description, image, and links to the policy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."
Describe the bug
No easy way of setting .env
OPAL uses decouple to parse configuration from
.envand.inifiles (As part of Confi)BY default it looks for them in the folder of the importing module - we should add support for a configurable folder or at least the current-directory