Nick
Nick
# Proposal The codebase could use another pass to cleanup/adjust to improve future maintainability. ## Motivation The codebase should more strictly follow Python convention to hopefully improve maintainability. ## Work...
### Description of your changes This adds a new `atx-closed` option to support Markdown output with closed ATX headers. The default value is `false` to be consistent with the current...
### What problem are you facing? My team prefers to format our Markdown documents with closed ATX headers. As a result, when using injection with terraform-docs the headers conflict with...
When https://github.com/corydolphin/flask-cors/pull/330 was merged it did not update the build configuration for the project to no longer build Python 2 compatible wheels. You can see on https://pypi.org/project/Flask-Cors/4.0.0/#files that the wheel...
This pull request updates the configuration to correctly reflect supported Python versions. This includes removing the option that was still building wheels for Python 2 even though Python 2 support...
# 💡 Summary # Run through the current [project setup documentation](https://github.com/cisagov/development-guide/tree/develop/project_setup) and make sure it is up-to-date with current expectations and practices. ## Motivation and context ## The current instructions...
The command being run by `SystemdService.exists`: https://github.com/pytest-dev/pytest-testinfra/blob/54f3b5c933ef597beb4cc96aada5015b64ced933/testinfra/modules/service.py#L179 does not run successfully as it appears to be malformed. When attempting to use it in a [molecule] test configuration the following error...
# 🐛 Bug Report The given instructions in the README do not correctly run [`ioc_scanner.py`](https://github.com/cisagov/ioc-scanner/blob/develop/src/ioc_scan/ioc_scanner.py) using Ansible. ## To Reproduce Attempt to run `ioc_scanner.py` against a target with Ansible per...
These changes should fix the currently failing GitHub Actions configuration now that Ubuntu 22.04 runners are being used for your workflows using the `ubuntu-latest` tag. These mirror the changes made...
These changes should fix the currently failing GitHub Actions configuration now that Ubuntu 22.04 runners are being used for your workflows using the `ubuntu-latest` tag. I had to make the...