
GitHub Gist
Pastebin.com
PrivateBin
hastebin
Rentry.co
Write.as
massCode
Ghostbin
pre-commit by Yelp
EditorConfig
Python Poetry
mypy
Semgrep
flake8
Gitleaks
GitHub Actions
GitHub Gist
pre-commit by YelpNo pre-commit by Yelp videos yet. You could help us improve this page by suggesting one.
Based on our record, pre-commit by Yelp seems to be a lot more popular than GitHub Gist. While we know about 171 links to pre-commit by Yelp, we've tracked only 8 mentions of GitHub Gist. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you are learning things, you could also create github gists. That way your repos will only be coding related, while you can create tutorials / work exercises in gists. Source: over 3 years ago
I use Github, both for full repos and for short gists. Source: over 4 years ago
On the other hand, shared DartPads are just gists on GitHub so theoretically they can include code that works with different packages. Of course, such gists will not compile in DartPad and will be displayed as having errors :(. Source: over 4 years ago
Perhaps github gists? https://gist.github.com/discover. Source: over 4 years ago
I looked at Github gists, but they are focused in displaying the markdown sourcecode (so e.g. Hyperlinks won't be clickable [1] ). Options just don't seem to be focused on simply hosting PDFs/information with clickable references. Source: almost 5 years ago
Representative tools: Gitleaks and TruffleHog are the open-source workhorses. Run both through the pre-commit framework so secrets get caught before they ever hit the remote. - Source: dev.to / about 1 month ago
Flexible: It works seamlessly with both pre-commit and prek. - Source: dev.to / 21 days ago
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks Repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: end-of-file-fixer - id: check-merge-conflict - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: check-shebang-scripts-are-executable # YAML - id:... - Source: dev.to / about 2 months ago
Then wire it into a pre-commit hook. If you're using the pre-commit framework (https://pre-commit.com/), drop this into .pre-commit-config.yaml:. - Source: dev.to / about 2 months ago
> My approach is to utilize https://pre-commit.com/ to have all checks available to run locally during commit That works fine for some things, but it doesn't work for building and testing on other platforms. For example, if I am running on linux, pre-commit won't be able to check that my changes also work on Mac and Windows. - Source: Hacker News / 2 months ago
Pastebin.com - Pastebin.com is a website where you can store text for a certain period of time.
EditorConfig - EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
PrivateBin - PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of...
Python Poetry - Python packaging and dependency manager.
hastebin - Pad editor for source code.
mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.