Christian von Schultz

Results 7 issues of Christian von Schultz

# 🚀 feature request ### Relevant Rules `py_wheel` ### Description As I'm porting a project from `setup.py` to `py_wheel`, I find three files missing from the `dist-info` directory in the...

**Steps to reproduce** ``` $ echo 7.0.0 > .bazelversion $ echo 'bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)' > MODULE.bazel $ bazelisk query '@buildifier_prebuilt//...' ``` **Expected behavior** List...

# 🐞 bug report ### Description Running `pre-commit run --all-files` produces errors from incorrectly formatted Python files, with both `black` and `isort` complaining. If a project uses `pre-commit`, I would...

help wanted
cleanup

### Summary When trying to add e.g. the default route for IPv6, `::/0`, it complains that's not a valid CIDR. When IPv6 routes are already in place, it produces warnings...

feature
module
plugins

##### SUMMARY The `pass` password manager (https://www.passwordstore.org/) supports having metadata after the passwords, for example indicating the username and url associated with the password. It would be nice if the...

feature
lookup
needs_triage
plugins

### Summary According to the documentation of `amazon.aws.iam_managed_policy` it should be possible to remove an existing IAM Managed Policy by just giving the name and the state `absent` to `iam_managed_policy`...

needs_triage

**Is the PR a fix or a feature?** Python version upgrade. **Describe the changes in the PR** Assuming we want to support four active Python versions, retire Python 3.7, which...