-
flake8 supports specifying the output format via an command line argument: `flake8 --format '%(path)s'`
allowed specifiers are:
* code
* text
* path
* row
* col
ruff cou…
-
# Issue
`kafl.fuzzer` has no CI/CD mechanism in place, and the code currently merged into master has not garantee or code quality enforcements whatsoever.
# Proposal
Deploy a CI to perform ba…
-
**Describe the bug**
`%%html` at the start of a cell can be used to output raw html. flake8-nb fails with `E999 SyntaxError: invalid syntax`.
**To Reproduce**
Have a cell like
```
%%html
asd
…
-
E.g., `top` should match `import top`, but not `import top.internal`, whereas `top.*` should match both (I think? We'll do whatever `flake8-tidy-imports` does).
See: #2656.
-
# 《Python 工匠》筆記(三)有關「變數」的程式設計建議 - Code and Me
這是《Python 工匠|案例、技巧與開發實戰》筆記的第 3 篇,你可以把它當作是一則重點整理,加上我個人的開發經驗與心得。
[https://blog.kyomind.tw/python-craftsman-03/](https://blog.kyomind.tw/python-craftsman-0…
-
We need a consistent coding style right?
I would put forward PEP 8 as a potential choice. Code can be checked with Flake8 making it easy to ensure the python code is following PEP 8.
PEP 8: http://…
-
### 🐛 Describe the bug
In some scenarios, user may add custom functions/methods for torch.Tensor/torch.XXX (such as this official API torch.utils.generate_methods_for_privateuse1_backend #121723 ), t…
-
I was a happy user of flake518 until a colleague reported that the settings in `pyproject.toml` are not picked up by the `flake8` extension of VS Code which does on-the-fly checking of code in the edi…
-
**Is your feature request related to a problem? Please describe.**
In #18303, a new flake8 rule is added that flags constructs like `[await Get(...) for ... in ...]`. If these are embarrassingly pa…
-
It would be great if this list could be augmented with a list of prefixes associated with each plugin, e.g. `flake8-bugbear -> B`.
e.g. see https://github.com/PyCQA/flake8-bugbear/issues/37#issueco…