python-lint icon indicating copy to clipboard operation
python-lint copied to clipboard

GitHub Action for Lint your code

Results 8 python-lint issues
Sort by recently updated
recently updated
newest added

``` Usage: black [OPTIONS] [SRC]... | Try 'black -h' for help. | | Error: Invalid value for '-t' / '--target-version': invalid choice: py39. (choose from py27, py33, py34, py35, py36,...

What version of black does this use? Is it the latest? On github with this docker I get ``` Running: black --check src would reformat /github/workspace/src/ddspdrum/module.py Oh no! 💥 💔...

I'm new to Python. I'm trying to set up a script to pass the pylint. I managed to configure the pre-commit, but the CI script had a problem lint.yml ```yml...

It would be nice to have annotations applied to the files that the enabled linters find problems with so it is easier to see what is wrong without going through...

Hi, I'm getting `. is not a valid Python package name` while running mypy with the default settings. Is it a known issue? if I do the same command on...

https://github.com/dlint-py/dlint

I am running black `22.10.0` locally, but I see this action uses `20.8b1`. How can we do to upgrade it ? I don't seem to find it Thanks

I want to python-lint all the python files found in my project irrespective if there are part of a package or just standalone tried few things with python-root-list from the...