Nikolai Røed Kristiansen

Results 35 issues of Nikolai Røed Kristiansen

This started as an attempt to remove the use of six, but also removes end of life python and django versions. - Update trove classifiers - Update README - Remove...

This adds some basic pre-commit rules and enforcement on CI. Black gets a version bump and files are formatted. Pyupgrade is run to upgrade pre 3.6 syntax.

## Question Is there an equivalent pylint rule to PyCharm's inspection _Redeclared names without usage_? With the example code: ```python class OptionType(graphene.InputObjectType): freeform_enabled = graphene.Boolean(required=True) freeform_enabled = GenericScalar(required=True) ``` PyCharm...

Enhancement ✨
Help wanted 🙏
Checkers
Good first issue
Hacktoberfest
Needs PR

Previously you had to include `commonAnnotations`, this allows you to only specify `service.annotations` Also removes the extra spacing between the `annotations` block and the first annotation

https://github.com/vinzscam/backstage-chart/blob/d74842c24c7946ede76d8017c9fb7d01b7aae405/README.md?plain=1#L81

- [ ] wait for https://github.com/nodejs/unofficial-builds/pull/189 - [x] Only build for releases that include https://github.com/nodejs/node/pull/51256 ie. wait for v18 to be EOL

**Describe the enhancement** When running this code on a self hosted runner, called by `google-github-actions/setup-gcloud` and trying to back `RUNNER_TOOL_CACHE` with a S3 bucket, it fails with `EPERM: operation not...

enhancement

Is there any interest in adding support for checking yaml files with multiple documents in them? That is: `catalog-info.yaml:` ```yaml --- apiVersion: backstage.io/v1alpha1 kind: System metadata: name: example-system spec: owner:...

enhancement
needs-investigation

Quick hack to see how much work it would be ref https://github.com/python-jsonschema/check-jsonschema/issues/222 The output is a bit unintuitive atm, but could probably be improved: ```console $ cat catalog-info.yaml --- apiVersion:...