-
linter: use flake8
library import use isort
formatter use black
pip install flake8 isort black
-
_e.g._ if a free tool like rubocop exists
An ideal solution would be something I can use to scan page(s) and offenses would be reported.
Or a report generated that I can use to prioritize.
-
Congrats on the new release with flat-config support!
Trying to use `github.getFlatConfigs().browser` leads to the following error though:
```
TypeError: context.getScope is not a function
Occ…
-
When reloading the configuration file Jenkins can become unstable or worse not working anymore du to unrecognised properties.
It should be great to add a linter page that by copy pasting a config f…
-
## Is Your Feature Request Related to a Problem? Please Describe.
Currently, the only way to add custom behavior when files are linted is to set a custom command. obsidian-linter will call this com…
-
Warnings
S. https://github.com/Open-Systems-Pharmacology/OSPSuite.GlobalSensitivity/actions/runs/8739056974/job/23979492011
```
R\app.R,line=80,col=28,[vector_logic_linter] Conditional expression…
-
-
ruff 0.8.0+1366 (3fda2d17c 2024-11-22)
```
ruff check *.py --select TC006 --no-cache --preview --output-format concise --isolated
```
file content(at the bottom should be attached raw, not fo…
-
## Why
The project should integrate with GitHub Actions for code linting and wiki publishing.
## Acceptance Criteria
Publish two workflows
- Code Linting (Using terraform fmt, tfsec)
- Wiki
-
I suggest you use [Ruff](https://docs.astral.sh/ruff/) to lint and format the code.
I would like to work on this :)