-
Thank you for creating this extension!
Using Windows 10 + VS Code 1.82.2 + [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) 0.19.2, with the followin…
-
See https://numpydoc.readthedocs.io/en/latest/validation.html.
It would be nice if ruff implemented some of numpydoc rules that are not supported by pydocstyle, such as `PR10`
```
"PR10…
njzjz updated
2 weeks ago
-
(I'm singling out pyproject.toml here, not because it is special, but rather because there is a difference between what we get from the parser (`tomllib` only ensures valid TOML) and what we can consi…
-
As for YAML files you can already use a JSON schema to validate them, it should be possible to perform some basic validation on ini files using the same kind of schema.
You could inspire from two o…
-
**Describe the bug**
I'm not exactly sure if this is a bug or was intended when using validators, but it certainly caught me by surprise since it wasn't in the [documentation](https://www.dynaconf.co…
-
A validation error occurs during deployment on Hugging Face due to a missing or improperly set chatbot_name field in the Chainlit configuration file. The error message is: pydantic.error_wrappers.Vali…
-
### What's the problem this feature will solve?
The chaotic land of expressing license metadata in Python packaging will become more unified.
### Describe the solution you'd like
See: https://peps.…
-
Sometimes using nested keys via dots is useful:
```yaml
# YAML
spring:
cloud:
kafka:
broker: broker-1
```
According to this: https://github.com/toml-lang/toml#keys it can be writte…
-
## What happens currently
At the moment, ignoring a rule code that Ruff doesn't know about in the `ignore` setting will cause an error:
For example using `ruff==0.5.6`:
```toml
[lint]
selec…
-
The `validation` scripts have proved useful for code development since they essentially provide convenient scientific / integration tests which would be hard or expensive to implement in CI, but which…