Kyle King

Results 20 issues of Kyle King

It looks like flake8-sql fails to parse queries built with f-strings (the same string with `.format()` works) Below is a compact example tested with: `python -m flake8 flake8_sql_check.py` ```py columns...

It would be a great feature is a user could limit the files highlighted to a whitelist (CSS, Python, MD, and JS) or a blacklist of ignored file types. If...

Working with `pdocs`, I attempted to specify a template directory with `--template-dir`, but it wasn't working (https://github.com/timothycrosley/pdocs/issues/9#issuecomment-855291234). Tracing through the code, I realized that it needed `--template_dir` Would it be...

You may want to submit Portray to be included in the MKDocs wiki for API Plugins: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins#api-documentation-building

### Describe the problem/need and solution **Problem** Right now, `mdformat` breaks indentation for admonitions. Below is a repeatable example based on the first snippet from the [admonition documentation](https://python-markdown.github.io/extensions/admonition/) ```sh ~/Developer...

enhancement
plugin

### Background I was experimenting with `bamboolib` and `voila` and found two very minor aesthetic issues My use case with `voila` is to potentially provide a way for users who...

Related to #107, but I wanted a new ticket to bump this issue since it is a critical bug With the new Obsidian Live Preview mode, I'm noticing this issue...

It looks like when a decorator is added, flake8+darglint report the line number off by +1 so the line checked for noqa is shifted. Of the three methods below, the...

bug

In the README, the main link ([https://www.r-labs.org/wiki/r-labs/Code_Review](https://www.r-labs.org/wiki/r-labs/Code_Review)) returns a `404 error` from line 8 of README.rdoc: https://github.com/haru/redmine_code_review/blame/92dad78d03294bbb5ea57c347a82c06f89f03107/README.rdoc#L8 Should the URL point to: [https://www.r-labs.org/projects/r-labs/wiki/Code_Review_en](https://www.r-labs.org/projects/r-labs/wiki/Code_Review_en) (or: [https://www.r-labs.org/projects/r-labs/wiki/Code_Review](https://www.r-labs.org/projects/r-labs/wiki/Code_Review))

I found that I could install `xdot` with `pipx` on Mac and the instructions should work for Linux as well (although I haven't tested): ```sh # For Mac brew install...

enhancement