-
I am trying to to follow the installation guide on the wiki page, however these information are not clear:
![image](https://github.com/user-attachments/assets/76a88ebe-1f6f-4109-ab59-b864f46ebd69)
…
-
I'll preface that this lint rule would not be intended for many (maybe even most) use cases. I wouldn't expect it to be on by default or anything like that. I recognize this could be considered too ni…
-
Running mypy in a project that uses ghapi results in this error:
```
foo.py:14: error: Skipping analyzing "ghapi.all": module is installed, but missing library stubs or py.typed marker [import-un…
-
It is helpful for reviewers/contributors if you adhere to a standard python style guide. There is a package called ruff that can help you fix up your code to adhere to these.
Install ruff using `pi…
-
Now that we have multiple devs working on the frontend, we should create config files for prettier and eslint
-
We should add a standardized set of rustc lints and clippy lints to all our projects. If we raise MSRV to 1.74, we can add them directly to `Cargo.toml`.
See [zulip discussion](https://xi.zulipchat…
-
Could use some standardization and some dev environment hook setups to keep the code structure clean
-
iter loops that set a variable to the current element based on an equality check, but do not `break`, suggest `.iter().find(..)` or `.iter().rev().find(..)`, e.g.
```
let mut found = None;
for x in x…
-
So in my use case I'm consolidating all different linters (among other things) to be ran with the Taskfile. See the snippet below for the general structure.
When running linters it would be nice to…
-
- [ ] #1411
- [ ] #1410
- [x] #1408
- [ ] #1409
- [x] #1418
- [ ] #1421
- [x] Recommend to use `flint lint` instead of `score` in docs.
- [x] #1428
- [ ] #1444
- [ ] Backslash in string cause…