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

Changed from open() to io.open()

e7924b53e4e8807c6d639179ecfed028ae8d70cd authored almost 6 years ago
Merge pull request #376 from marcjay/no-commit-to-branch-wildcard

Add regex matching to no-commit-to-branch hook

e6e26c3110d1acd50544957a3bbaac4f89057a25 authored almost 6 years ago
Use AbstractSet to appease mypy

053feb1e6f78595fed43f3b61899532ea9b45934 authored almost 6 years ago
Make optional argument use an immutable set for the default value

in no-commit-to-branch. Make other sets immutable to satisfy type-checking
and be consistent

a7af81244972ae6ac30bd55260af46b7ce25a6e1 authored almost 6 years ago
Clarify default behaviour in README for no-commit-to-branch

6568414fc568257fd9fa705e886e3f5e3adcffc0 authored almost 6 years ago
Tidy up indentation in README changes for no-commit-to-branch

7b959d140fe77075e5688697f5cf5eb1eeed8c97 authored almost 6 years ago
Amend approach for no-commit-to-branch to use regex matching based on

feedback. Adds --pattern optional argument which can be used alongside
--branch to block commits ...

8d2785b9d66fc1489b9a30669f4ebd5ce1ac7ffc authored almost 6 years ago
Add wildcard matching to no-commit-to-branch hook so that commits can

be blocked on, for example, all release branches with 'release/*'

d6847c4827dd9d2847f210979cb49e7e97b4060b authored almost 6 years ago
Merge pull request #374 from pre-commit/check_docstring_first_no_encoding

Don't require an encoding for check-docstring-first

aa9c202b9b845473f8d27af298eca58db1aa9379 authored almost 6 years ago
Don't require an encoding for check-docstring-first

2f6a2515ec3e93cbbb89232fc2056c812fc75cab authored almost 6 years ago
Merge pull request #372 from tobywf/master

Run check-byte-order-marker against all text types

cbc17d19d90747ba5d81c0c7bc04e896b1a88738 authored almost 6 years ago
Run check-byte-order-marker against all text types, not just Python files

841c47ebf7b56de951f67784fb7704c725e3ea40 authored almost 6 years ago
Merge pull request #370 from pre-commit/all-repos_autofix_trigger-on-tags

Trigger azure pipelines on tags

f8ae0aab7baa05663903e539e05590630ec54465 authored almost 6 years ago
Trigger azure pipelines on tags

Committed via https://github.com/asottile/all-repos

3337b5ec0dd780e2b2bb4019d0afccd43e7785de authored almost 6 years ago
Use more generic github endpoint name

d85c06d9a6f4057c4daba14de781637810a1a3f0 authored almost 6 years ago
Merge pull request #368 from pre-commit/azure_pipelines

azure pipelines [skip travis] [skip appveyor]

5320b1cd59da5a0ec3af4f0bd13e37f3add31289 authored almost 6 years ago
azure pipelines [skip travis] [skip appveyor]

8bb94f0bd4211dc1eb5da7b13865f122256b52ac authored almost 6 years ago
Merge pull request #369 from pre-commit/safe_load

Use ruamel.yaml for readme_test

8171e47eb2717589b670b0d37b3fcc164cecfdd5 authored almost 6 years ago
Use ruamel.yaml for readme_test

01850a34c7bbd8bf600768d0511f30b8f732993b authored almost 6 years ago
Merge pull request #367 from pre-commit/all-repos_autofix_setup-py-upgrade

Migrate setup.py to setup.cfg declarative metadata

e463c926ccd7bb39397f3690835e2b3217140efe authored almost 6 years ago
Migrate setup.py to setup.cfg declarative metadata

Committed via https://github.com/asottile/all-repos

1a5a5a232b67a8acb79ee4f3a9977441219ab4e9 authored almost 6 years ago
Merge pull request #364 from asottile/remove_flake8_config

Use default flake8 config

76c604c9fb846a50892da873638b7e852d915173 authored almost 6 years ago
double-quote-string-fixer

8626e266ddbf85ecdbd7f64d2950affd4f9ddd8b authored almost 6 years ago
Use default flake8 config

4575652bd2d34a931c89a0689c052ccd53da9d50 authored almost 6 years ago
Merge pull request #360 from pre-commit/mypy

Apply typing to all of pre-commit-hooks

634383cffdfb56c00e5809dad62035fa162ed164 authored almost 6 years ago
Merge pull request #362 from revolter/patch-1

Don't run check-executables-have-shebangs and trailing-whitespace-fixer hooks for the commit-msg...

f5ae7d1ecee758eed474a5f8aa5f85c193e5d17c authored almost 6 years ago
Don't run check-executables-have-shebangs and trailing-whitespace-fixer hooks for the commit-msg stage

93e3a4f3eea9da721f1d16855ab2ddc0e1518e32 authored almost 6 years ago
Apply typing to all of pre-commit-hooks

030bfac7e40b0c009d234c3d6a2ef2baf9dede5a authored almost 6 years ago
Updates for flake8 3.7

63cc3414e9ee076267973bebb18ad2033175ce0d authored almost 6 years ago
Merge pull request #359 from pre-commit/all-repos_autofix_all-repos-sed

Add W504 to ignored autopep8 rules

50d31f9c5c8fbbe4e1f6ecf9e13b272dc1f6627b authored almost 6 years ago
Add W504 to ignored autopep8 rules

Committed via https://github.com/asottile/all-repos

c9f7b813e37048bfd75b404b800f5216350e78cc authored almost 6 years ago
Merge pull request #358 from pre-commit/asottile-patch-1

Turn off pre-commit's automated multiprocessing for flake8

7456565cab171bd507e2d8b5c58a9f22dd291d82 authored almost 6 years ago
Turn off pre-commit's automated multiprocessing for flake8

flake8 internally implements multiprocessing, disabling pre-commit's improves performance

2c2991645675a1d6dcd554c7546660e90228634f authored almost 6 years ago
Merge pull request #355 from pre-commit/all-repos_autofix_nosudo

remove sudo: in .travis.yml

7b8d15f438ac39683cf43d57c52b9a82660385e4 authored about 6 years ago
remove sudo: in .travis.yml

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

Committed via htt...

3709f5b2c467bddbdd66fe43e85bbd5f3b7c4bcf authored about 6 years ago
Merge pull request #352 from pre-commit/pre_commit_autoupdate

pre-commit autoupdate

d4b887a69e6c8ae4666acc848f3dbba595a2bdf9 authored about 6 years ago
pre-commit autoupdate

e7158ce14dbaad1c8907e075b051def16b6f518b authored about 6 years ago
Merge pull request #351 from pre-commit/ruamel_yaml

switch from pyyaml to ruamel.yaml

de9e7a04b104aa7ba4bd520897fcdf040f4f269b authored about 6 years ago
switch from pyyaml to ruamel.yaml

a7626390387e153c3ff75edc353e3d8a8a73374a authored about 6 years ago
v2.1.0

c8bad492e1b1d65d9126dba3fe3bd49a5a52b9d6 authored about 6 years ago
Merge pull request #341 from gimbo/improvement/mix-line-endings-reporting

Report failing filenames when --fix=no in mixed-line-endings

c65fcd3fc5f33a5131059ce81067d3a525b0047a authored about 6 years ago
Add test for mixed line endings output

1566cf9cca729bc1fe24534cd77d7662cb81a1f6 authored about 6 years ago
Merge pull request #343 from TheKevJames/patch-1

fix(metadata): deprecate `autopep8-wrapper`

e32adb413a08e0f1d468e8884f2ed0951ddbfcb6 authored about 6 years ago
Update .pre-commit-hooks.yaml

1d705879fd654ee2fcd9d0c938f8f7055dd486cb authored about 6 years ago
Update .pre-commit-hooks.yaml

4303229d8faf80cbb7a6a9040c5804b4842ddb62 authored about 6 years ago
fix(metadata): deprecate `autopep8-wrapper`

3eca2d07a5964b608716aa4e275d25743b81828b authored about 6 years ago
In mixed-line-endings, move check/print to main() as suggested by asottile (PR 341)

59ed5120200c68aeeb49e5c6ef3370b957b448e5 authored about 6 years ago
Report failing filenames when --fix=no in mixed-line-endings

f3c65bcd2033864d2c4207fe8a45393f449e81fa authored about 6 years ago
Merge pull request #333 from rpdelaney/fix/aws-credentials-docs

Fix/aws credentials docs

2dbaced6501ea775d9e5a7677c49627899a17756 authored about 6 years ago
Reword usage info to clarify required usage syntax

0d83fed4fa2a53a097074bce4e8412878ba471eb authored about 6 years ago
Rename metavar to clarify required usage syntax

2d4833c73eb51d6f5a28b2effeb7929477df5313 authored about 6 years ago
Add required argument to cli parameter

4b8eb6f96a06c74f9c867d6516394e75bd25a19e authored about 6 years ago
Add missing parameter --allow-missing-credentials

efc5b9ecc12e8feeba6418ca18acc6dd7808c95d authored about 6 years ago
Merge pull request #329 from rpdelaney/feature/ban_gpg_private_key

Add ban for pgp/gpg private key blocks to detect_private_key

86bfe8c4759d810d9d45acfb6b62cc6c07c07089 authored about 6 years ago
Add ban for pgp/gpg private key blocks

b1feed0ced6d1328cc39bc9bba36331ec6da7803 authored about 6 years ago
Merge pull request #327 from mtkennerly/bugfix/eol-crlf

Fix #326: Handle CRLF in end-of-file-fixer

cb2bc2edc3923e4e3d1b399c705ccd6aa449ddaa authored over 6 years ago
Incorporate patch to support isolated CR

e694a6cfc2c04f0724846b3158e1bd20e7ce050c authored over 6 years ago
Preserve CRLF if file already ends that way

2ab5832ce1914a85155c334c56a6946881e9dfac authored over 6 years ago
Fix CRLF lines

abd3d0ec3f91848f021bf75bff797803e837d09b authored over 6 years ago
v2.0.0

e01bc2c2a1dc289eca5e41ea73f0942efe6e95ca authored over 6 years ago
Merge pull request #325 from pre-commit/use_subprocess

Use subprocess directly

dbf7de00311d1ee27387d9b51f3571f638ad0be8 authored over 6 years ago
Use subprocess directly

69f2da629ebc5e8f41e57552d6e096102895ab60 authored over 6 years ago
Merge pull request #321 from pre-commit/suggest_mirrors_autopep8

Remove autopep8-wrapper in favor of autopep8

08e2918d60bdf841c45f33883bdcf27410a6877c authored over 6 years ago
Merge pull request #323 from pre-commit/remove_compat

Remove legacy hooks.yaml and pre-types config

c9a608a9caad751c2713e01b3da7964808637bff authored over 6 years ago
Merge pull request #324 from pre-commit/markdown_ext

Default --no-markdown-linebreak-ext for trailing-whitespace

6d83a62aadad8a2e9cb1e55800fa566ec314a4e0 authored over 6 years ago
Default --no-markdown-linebreak-ext for trailing-whitespace

99453a5366c937449cff71d7844e761bfec2f052 authored over 6 years ago
Remove legacy hooks.yaml and pre-types config

2f6ba1b88e986f2802f2ea05a7760f6f5e6866aa authored over 6 years ago
Remove autopep8-wrapper in favor of autopep8

526904b1596ea461616a7b8b20ebd959454b57fc authored over 6 years ago
Merge pull request #318 from milin/fix_readme

Fix readme to correctly reflect no-commit-to-branch args

78b24438dbce96e893b0d62706ab6cf6b8a711db authored over 6 years ago
Update README.md

3aa6c641d2e7fc62fdcd1fffb673608b42e2535c authored over 6 years ago
Fix readme to correctly reflect no-commit-to-branch args

023851e657737f286c7cac03d817336aa49c32f1 authored over 6 years ago
Add changelog entry for 1.4.0-1

e018adf3acf8d534d3e0406db387aca776e3c008 authored over 6 years ago
Merge pull request #317 from revolter/patch-1

Don't run end-of-file-fixer hook for the commit-msg stage

b8c3b0503a145fd598ba5b2fb2a6a0849819e5b4 authored over 6 years ago
Fix options ordering

5f6a443de22f487827348db5e4fbc1d7f0008fb8 authored over 6 years ago
Don't run end-of-file-fixer hook for the commit-msg stage

68aa6e77e1d3f37c5de77f7996fe663dcdb90314 authored over 6 years ago
v1.4.0

219c70a9c1e8a946d3835974369d08f3ff5a00ec authored over 6 years ago
Merge pull request #306 from pre-commit/all-repos_autofix_appveyor-py37

Use python3.7 in appveyor

a10dec1998af6c70e26b8e6f419f93018b264253 authored over 6 years ago
Use python3.7 in appveyor

Committed via https://github.com/asottile/all-repos

942957096feef45c9b2e946210681b0d8ba39e18 authored over 6 years ago
Merge pull request #305 from pre-commit/no_py35

Don't test python3.5 now that we test python3.7

e719df51fecaa18d5442f8c44019cb56857ab545 authored over 6 years ago
Don't test python3.5 now that we test python3.7

c9899ab7d16e3abd6c919c6aeeae56cc07d13a59 authored over 6 years ago
Merge pull request #304 from expobrain/python_37

Added Python 3.7 support

b9ade8f9a151afb7adeb3f9ca8e60ee20532284b authored over 6 years ago
Removed PyYAML version

c02c3a237fdfa88cd60e35622a17e9009f6138ad authored over 6 years ago
Updated Travis config for Python 3.7

59527129e48d90d273e91b71f8c6826f26da0db4 authored over 6 years ago
Fixed version of PyYAML

03ba7f73cba488a027ea919aaae5d5c2593a3bee authored over 6 years ago
Added Python 3.7 support

a49c356f6360e32189fb4ae66caacd099dc0b0ec authored over 6 years ago
Merge pull request #301 from vinayinvicible/force-merge

Added --assume-in-merge option for check-merge-conflict

63e729fcc7d7fa21db65e1a62f1e53140f594aaf authored over 6 years ago
Added --assume-in-merge option for check-merge-conflict

Fixes #300

64b9f3dcf0dcd16ec6011fc9111b3fd81e16fd80 authored over 6 years ago
Merge pull request #297 from pre-commit/warnings

Fix resource warnings

9bf684c131befc87304489719223db5fb29f9ac7 authored over 6 years ago
Merge pull request #296 from pre-commit/fix_escape_sequences

Fix invalid escape sequences

1fc25d9778ce9db10b059262befdf83f0869056b authored over 6 years ago
Fix resource warnings

5dc306b35d60bbc7d6906bf7e49b6dda86201dac authored over 6 years ago
Fix invalid escape sequences

62393845474da7512d02953286d857ec10515042 authored over 6 years ago
Merge pull request #294 from pre-commit/more_protected_branches

Allow multiple branches to be protected

a193eab99ed99429b9b8e517be68bed9a7f6ec4f authored over 6 years ago
Allow multiple branches to be protected

Original patch by @moas

baec30836715238f66bedb3f49484c2a477a32eb authored over 6 years ago
git mv tests/{check_,}no_commit_to_branch_test.py

2aa7aeb572c1297d25a45b2e137b72e235b510e4 authored over 6 years ago
Merge pull request #293 from pre-commit/dont_match_whitespace_regex

Improve vcs regex (don't match whitespace)

fa7a3b5466bfb37fb6c76a20701d58a6b9caa3c5 authored over 6 years ago
Improve vcs regex (don't match whitespace)

c72ad40a6d9337a6a338520bc988317e1ec0df50 authored over 6 years ago
Merge pull request #290 from pre-commit/all-repos_autofix_e309-autopep8

E309 is no longer rewritten by autopep8

bf8369c8623bcdf2c98238108e6f0dfe599fd70f authored over 6 years ago
E309 is no longer rewritten by autopep8

Committed via https://github.com/asottile/all-repos

d12ed2f637c48ea3748fe08ea49342e9c6bcd6d2 authored over 6 years ago
Merge pull request #289 from pre-commit/all-repos_autofix_manual-https-git-urls

Suggest https:// git urls

04f59e3d3fa9f7d93049037803eb4d7791e9db95 authored over 6 years ago
Suggest https:// git urls

Committed via https://github.com/asottile/all-repos

ffcda22d777dca8ef13f61357b23005fa1b02cf0 authored over 6 years ago