pre-commit-hook
Here are 111 public repositories matching this topic...
Summary
Using uppercase variables in tasks are reported as `var-naming: Task defines variables within 'vars' section that violates variable naming standards´. The same variables for blocks are not reported.
Issue Type
- Bug Report
Ansible and Ansible Lint details
Is there a how-to guide to write my own tool? I want to do some conditional stripping/modifying (e.g. insert a Python script into a cell) for a Kaggle notebook. I've been playing around for an hour and I've sort-of-got a tool working, but I can't get nbqa to pass in anything I can read. In my code sys.argv has the original Notebook filename and if I rewrite that, nbqa throws an exception.k
-
Updated
Mar 12, 2022 - Rust
-
Updated
Jan 27, 2022 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Mar 11, 2022 - CMake
-
Updated
Feb 26, 2021 - Rust
-
Updated
Mar 22, 2022 - Shell
-
Updated
Mar 22, 2022 - Groovy
-
Updated
Feb 20, 2022 - Python
-
Updated
Oct 16, 2021 - JavaScript
-
Updated
Jan 13, 2022 - Go
The current library has been tested with husky 1.x, update the library to support higher versions of husky.
-
Updated
Mar 17, 2021 - Jupyter Notebook
-
Updated
Mar 22, 2022 - Python
-
Updated
Feb 18, 2022 - Shell
-
Updated
Mar 21, 2022 - Python
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Aug 25, 2021 - Python
-
Updated
Feb 17, 2020 - Dockerfile
-
Updated
Jun 9, 2021 - Python
-
Updated
Jan 14, 2022 - Python
-
Updated
May 6, 2020 - Shell
-
Updated
Apr 4, 2019
-
Updated
Sep 24, 2020 - Python
-
Updated
Jul 17, 2020 - Shell
Improve this page
Add a description, image, and links to the pre-commit-hook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pre-commit-hook topic, visit your repo's landing page and select "manage topics."


Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.
_Originally posted by