Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pre-commit/pre-commit-hooks

Some out-of-the-box hooks for pre-commit
https://github.com/pre-commit/pre-commit-hooks

Merge pull request #84 from pre-commit/update_description_about_autopep8

Update description about autopep8. Closes #83

edb5d5219e4e56c79c13da537dfa59c8c6d08127 authored about 9 years ago by Anthony Sottile <[email protected]>
Update description about autopep8. Closes #83

44fbe61e3dd8832683f257e9aa494736b836d3ed authored about 9 years ago by Anthony Sottile <[email protected]>
Add C, C++ to whitespace hooks

f82fb149af2c1b552b50e3e38e38ed3a44d4cda1 authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #79 from chriskuehl/requirements-sorter-nocase

Sort requirements.txt case-insensitively

616c1ebd1898c91de9a0548866a59cbd9f4547f6 authored over 9 years ago by Anthony Sottile <[email protected]>
Sort requirements.txt case-insensitively

a1b0104f3d81b8323c9968649501d662301e04b8 authored over 9 years ago by Chris Kuehl <[email protected]>
Merge pull request #77 from pre-commit/check_ast_hook

Add a hook to verify python ast.

c2992bd3a11e3c0c2533ee370c26ac2b12d3a1b3 authored over 9 years ago by Anthony Sottile <[email protected]>
Add a hook to verify python ast.

8a8aaf5a6006cbd8d7957eece08c88c33b2e442e authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #76 from chriskuehl/private-key-print-only-filename

detect_private_key: print *filenames*, not the key

003e43251aea1da33f2072f2365ec8b9ceaae070 authored over 9 years ago by Anthony Sottile <[email protected]>
detect_private_key: print *filenames*, not the key

ca2be345a1190dc444ddc958db25a9337c58a96d authored over 9 years ago by Chris Kuehl <[email protected]>
Merge pull request #75 from chriskuehl/add-pp-to-extensions

Add .pp (Puppet manifest) to file extensions lists

5dd2605fbe26937c721a8ecc0e53949d3eea4f12 authored over 9 years ago by Anthony Sottile <[email protected]>
Add .pp (Puppet manifest) to file extensions lists

500b279eaa6c437fe63e4b5e534393b989c961cc authored over 9 years ago by Chris Kuehl <[email protected]>
Allow six to bump

516cc9fa72ad09699f2c03ffbd0aa7f60d75b59a authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #60 from arahayrabedian/master

AWS credential checking

99574324eb088c54ebde5ed112fa11245c551aac authored over 9 years ago by Anthony Sottile <[email protected]>
update readme to reflect that we no longer check for access keys, only secrets

993c05be6558bb5457a9c40986e5935cb761b751 authored over 9 years ago by Ara Hayrabedian <[email protected]>
disable import checking for six.moves

974ef4e93cbc1f1e20cb2048ea2645f13faad34d authored over 9 years ago by Ara Hayrabedian <[email protected]>
add six to installation requirements

255af75d1f5a2ee30a0abff79d2557e436e92cbd authored over 9 years ago by Ara Hayrabedian <[email protected]>
add tests, test sample files and minor refactor of exit codes in actual hook in order to facilitate testing

02e8bdc9d83d76d43c1d50fcaafac86f03f2ff36 authored over 9 years ago by Ara Hayrabedian <[email protected]>
remove print statement

88725503c4adfd6876a6b275f7f157fcb78effe9 authored over 9 years ago by Ara Hayrabedian <[email protected]>
use six for config parser, add to reqs

ditch checkign access_key (don't consider these a secret)
don't check line by line, check the who...

3078aec57b6ea803178a093eedaea0bac4d21864 authored over 9 years ago by Ara Hayrabedian <[email protected]>
Merge pull request #66 from pre-commit/binary_detect_private_key_64

Allow arbitrary binary to pass the private key hook check. Resolves #64

0d88124ef6343fbbc6c9d2872853f73546c98a3f authored over 9 years ago by Anthony Sottile <[email protected]>
Allow arbitrary binary to pass the private key hook check. Resolves #64

07c938e1b1c04df7f2969b5480cbd6fa54fd67c1 authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #65 from LeoCavaille/master

Add new hook pretty-format-json

6077f2fefb542fa4ffd3e2f305d1986645110645 authored over 9 years ago by Anthony Sottile <[email protected]>
Add new hook pretty-format-json

This new hook allows to standardize one's JSON files (sorted key/4
spaces indent).
By default it...

55bf22dc4a0955f455d917509e67bc79560c4fd6 authored over 9 years ago by Léo Cavaillé <[email protected]>
add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format)

95bf20d52d5daea2ee493622498cb2299db0781e authored over 9 years ago by Ara Hayrabedian <[email protected]>
v0.4.2

cf550fcab3f12015f8676b8278b30e1a5bc10e70 authored over 9 years ago by Anthony Sottile <[email protected]>
Update hooks

f138e3451bc0a8fa5119b5dbfcf987bcc5ba16f1 authored over 9 years ago by Anthony Sottile <[email protected]>
Bump hooks

5656e3cc30783f9d6da3305f58cc48a852bd73b9 authored over 9 years ago by Anthony Sottile <[email protected]>
Fix #59 by removing direct dependency on pyflakes

9ba5af45ce2d29b64c9a348a6fcff5553eea1f2c authored over 9 years ago by Anthony Sottile <[email protected]>
tox--

2dda8367897e80bb27d0c52bcbc8759f8119dfe3 authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #58 from dupuy/markdown-trailing-whitespace

Implement Markdown trailing space line break preservation

a00c16b8a367f3c4f17e1e2ed614d0e6916f8859 authored over 9 years ago by Anthony Sottile <[email protected]>
Implement Markdown trailing space line break preservation

Markdown uses two or more trailing spaces on a line to indicate a forced
line break `<br/>` - th...

a6023ac0d7ff0c617286e4c423ce0e22e25d2516 authored over 9 years ago by Alexander Dupuy <[email protected]>
Merge pull request #56 from dupuy/avoid-markup-merge-conflict-fp-2

refactor detect_merge_conflict_test.py

822d83a1429ce4a21cdb4a25404ebc8fbc5b5518 authored over 9 years ago by Anthony Sottile <[email protected]>
Merge pull request #55 from dupuy/avoid-markup-merge-conflict-fp

Don't report markup titles as merge conflicts

16a4e68d8879a960674506ef282c065f52e0d23d authored over 9 years ago by Anthony Sottile <[email protected]>
Refactor check-merge-conflicts tests

Do a straight test of detecting a real merge conflict as generated by git.
Test artificial confl...

5c752935fd1065f4144dd1dc9164404369659bac authored over 9 years ago by Alexander Dupuy <[email protected]>
Don't report markup titles as merge conflicts

Several markup formats, such as Markdown or Re(Structured)Text
can format titles as text with '=...

eefc46f901871c75770bb58c13f6cc063dacbfed authored over 9 years ago by Alexander Dupuy <[email protected]>
Merge pull request #54 from rhoml/rhoml/add-eyaml-support

Add eyaml support for check-yaml hook

cedcea550c495d536247ca23115035b17074cac7 authored over 9 years ago by Anthony Sottile <[email protected]>
Add eyaml support for check-yaml hook

efb691467b41669c3cf8b7fd56b8aa02648149a9 authored over 9 years ago by Rhommel Lamas <[email protected]>
Merge pull request #53 from mythmon/patch-1

Add q as a debug statement

2d83e302cc2757a28cedc03e6bb075de913c1804 authored over 9 years ago by Anthony Sottile <[email protected]>
Add q as a debug statement

q is a debugging tool: https://pypi.python.org/pypi/q

edee3f64b98cb18e94b4e200a581257c3c657f0b authored over 9 years ago by Mike Cooper <[email protected]>
Merge pull request #49 from pre-commit/only_check_merge_conflicted_files

Only check merge conflicts on conflict commits

15b678e9c67c42765c3d579e40672a332f4366d7 authored almost 10 years ago by Anthony Sottile <[email protected]>
Only check merge conflicts on conflict commits

635fa7dd9d885a0745ee72a7e5ce4fb6694766de authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #48 from pre-commit/no_more_plumbum

Remove dependency on plumbum

34444ba2c7f8f899f3198240673418665f811a1c authored almost 10 years ago by Anthony Sottile <[email protected]>
Remove dependency on plumbum

713fab4bc7124cc655bf1f29c63ab8eed7798933 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #47 from guykisel/merge-conflict-hook

Add check-merge-conflict hook

c9b6161fab48f76913ec31006ea233571f927b67 authored almost 10 years ago by Anthony Sottile <[email protected]>
Fix off by one error in line number enumeration

86d844680015d60043a404f0b021463027b89e43 authored almost 10 years ago by Guy Kisel <[email protected]>
Add check-merge-conflict hook

779a42919a47560429b21dcc80a4a106bcd99316 authored almost 10 years ago by Guy Kisel <[email protected]>
Merge pull request #46 from guykisel/django-test-hook

Add --django flag to test name checker

70a319aea3108d352ad8e194b6877be8dc355d65 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add --django flag to test name checker

db4b8f02f3a9e833d579747a6d0d56a2d31d36f8 authored almost 10 years ago by Guy Kisel <[email protected]>
Merge pull request #43 from campaul/detect_private_key

Detect OpenSSH private keys

9ce45609a92f648c87b42207410386fd69a5d1e5 authored almost 10 years ago by Anthony Sottile <[email protected]>
v0.4.1

4cb861acec26e0c62e2b246fafd115f87949743a authored almost 10 years ago by Anthony Sottile <[email protected]>
Bump to latest hooks

686d486791b9cd254ba9dd4d68bc4752f11fca48 authored almost 10 years ago by Anthony Sottile <[email protected]>
Quickfix to prevent pep8 conflicts

4078cbedf0360dce2b7cd02cb2812fc50b76b98d authored almost 10 years ago by Anthony Sottile <[email protected]>
Detect OpenSSH private keys

68a7729327ce204b8b0e72163521e12f7d1b01bc authored almost 10 years ago by Cameron Paul <[email protected]>
Update README.md

9d1ac3273b2dcf4c82a45ceceb69092cd0ef3784 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #39 from pre-commit/autopep8_via_config

Respect autopep8 config. Resolves #38.

fc8b97e4ab2dc3e86dcf72eefb59afc1a4fc70ba authored almost 10 years ago by Ken Struys <[email protected]>
Respect autopep8 config. Resolves #38.

d96cef92c980c644b8c0fe48033734e095b41460 authored almost 10 years ago by Anthony Sottile <[email protected]>
v0.4.0

9f107a03276857c668fe3e090752d3d22a4195e5 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #36 from pre-commit/more_natural_sort_requirements

More naturally sort requirements.

c4c3c735fd99be1f70b89c816739c0cb0f1e9b53 authored almost 10 years ago by Anthony Sottile <[email protected]>
More naturally sort requirements.

151d485a81f3ee00f5943b84165ca9b157f97d73 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #35 from pre-commit/use_tokenizer_for_string_fixer

Use the tokenizer for great success

a4ba3ca567c696a49267df1731ff2935cb5832fc authored almost 10 years ago by Ken Struys <[email protected]>
Use the tokenizer for great success

2983d4478fa03dbbd495ff30e86320537b9dd0a1 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #34 from struys/string_fixer

implemented a basic double quote string fixer

5207d1f29a99b3c456d64f4aeb180f1fc2f48a96 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #1 from pre-commit/meybs_fixey_fixey

Simplify string-fixer

fed386438e59cefbcfd549ad88a7fb292d7fa555 authored almost 10 years ago by Ken Struys <[email protected]>
Simplify string-fixer

9326fad9c834acc339b317fe18d851d5a8735833 authored almost 10 years ago by Anthony Sottile <[email protected]>
implemented a basic double quote string fixer

12f02dfeb8d1b4b11604699dced25b3b487a6114 authored almost 10 years ago by Ken Struys <[email protected]>
Update README.md

5fe82b3a37983b3270b7afa2ed80b90b158f3a7c authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #33 from pre-commit/appveyor

Add appveyor

6bd93dca39f94655f6e6d1b58e126093acdafa15 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add appveyor

e70a83fbd68c7fee375cd476d3325d48c1d279a8 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #32 from pre-commit/windows_support

Fix end-of-file-fixer on windows

e39cfdf45445ca6695bafaa2a01f5de5113aedbb authored almost 10 years ago by Anthony Sottile <[email protected]>
Fix end-of-file-fixer on windows

dd9a07daf1b275612d25eeabc96538150a18d5aa authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #31 from pre-commit/readme_test

Add test for readme

375913d017a81a5c99ebdae4408cb0d8da11ab24 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add test for readme

a8b89150ffe10df74e0f39bf9dd916ba859b6399 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #30 from pre-commit/check-xml

Add check-xml hook.

144e6a931e7a37f1f6433acfb185d49b59c212a0 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add check-xml hook.

ddc9208a5fc1399b665715d189dc1a545640e0a0 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #28 from pre-commit/use_c_loader

Use the CLoader when present to validate yaml

fea9b2ece73cfac7e0246e6d84bcd1dfce5bce1b authored almost 10 years ago by Anthony Sottile <[email protected]>
Temporarily remove pypy3 due to lxml not being installable

44946b62c15b6e8993aed9085cf080d7f7a11b12 authored almost 10 years ago by Anthony Sottile <[email protected]>
Use the CLoader when present to validate yaml

e1c091a4e31b346bbe9b2bffc33ccf4e82ef1beb authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #25 from guykisel/update-readme-case-conflict

Add check-case-conflict to README.md #21 #22

5541a6a046b7a0feab73a21612ab5d94a6d3f6f0 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add check-case-conflict to README.md #21 #22

566b64ab009097e8a06c27e1e49fe06fa25761e7 authored almost 10 years ago by gkisel <[email protected]>
Merge pull request #22 from guykisel/check-case-conflict

Add check_case_conflict hook

9b830ad92e424dbaa064cf93c7bb90f8923dcec5 authored almost 10 years ago by Anthony Sottile <[email protected]>
Add check_case_conflict hook #21

c682b5074963e7c7e25040542ec62243e8d38a2a authored almost 10 years ago by gkisel <[email protected]>
Merge pull request #23 from kentwills/autopep8_clarification

change wording so that people know this hook needs arguments.

fdfc499e48fb452951b88f80ce0d7e8c532f92d2 authored almost 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #24 from campaul/requirements_txt_print

Print on requirements.txt failure

cf78558b9e52f62624dcefa16fdefea181fdb940 authored almost 10 years ago by Anthony Sottile <[email protected]>
Print on requirements.txt failure

f06dfdae7f8c4dc8fb3688b3eaa979c3b33b5b17 authored almost 10 years ago by Cameron Paul <[email protected]>
added documentation to hooks.yaml

98f5ee8c6817837ede596c20686664d64a7a882e authored almost 10 years ago by Kent Wills <[email protected]>
change wording so that people know this hook needs arguments.

b273a4486fb9e50caf7465016aeda6ecd1165fa3 authored almost 10 years ago by Kent Wills <[email protected]>
Update pre-commit hooks

b08f834d65fed15e25cbe3073df7ff457459801a authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #19 from pre-commit/fix_name_tests_test

Fix name-tests-test

b03733bc86d9e8b2564a5798ade40d64baae3055 authored about 10 years ago by Anthony Sottile <[email protected]>
Fix name-tests-test

63f01e99acf8b365539c7d58d1acf86d70d03261 authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #18 from pre-commit/docstring_first

Add check-docstring-first hook.

6f7932991089c1cc5a33083eeb27864feb2fc4ed authored about 10 years ago by Anthony Sottile <[email protected]>
Add check-docstring-first hook.

53f1dc0163330633d8fb3ba8590089166cd49e47 authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #17 from pre-commit/remove_entry_decorator

Remove @entry decorator (and misc cleanup)

7a5a46a1dc68f4a41f836416073226937b22b2c0 authored about 10 years ago by Anthony Sottile <[email protected]>
Remove @entry decorator (and misc cleanup)

2f1d2bbe5bc0647be9ab24699dc2c4cf415047f1 authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #16 from pre-commit/large_added_files

Add check-added-large-files hook

9bfa01da818f29528cadf226b2633eab9a5d76b8 authored about 10 years ago by Anthony Sottile <[email protected]>
Add check-added-large-files to the hooks we use

a42a26bef3110ed9ef6057a25d4746641ba00717 authored about 10 years ago by Anthony Sottile <[email protected]>
Add check-added-large-files hook

e0a6e66528c8335599408cbefe7ebf9e7e15ccb3 authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #15 from pre-commit/cross_platform_trim_trailing_whitespace

Use fileinput instead of sed.

2bd608119f0f1d0783117e1d8a42210d84ca81f3 authored about 10 years ago by Anthony Sottile <[email protected]>
Use fileinput instead of sed.

e3312c773e9e3ac9b939bc3e0ca6a872dae5cdef authored about 10 years ago by Anthony Sottile <[email protected]>
Merge pull request #13 from exKAZUu/master

Extend target languages of end-of-file-fixer and trailing-whitespace.

25e50df1e5da236a05a9dceaff041210efa6d365 authored about 10 years ago by Anthony Sottile <[email protected]>
Extend target languages of end-of-file-fixer and trailing-whitespace.

fc6fbc4732372a2b033ad21175013f9c4867da46 authored about 10 years ago by Kazunori Sakamoto <[email protected]>