A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
George Y. Kussumoto fa4c03da65 Update xargs.partition with platform information
Change how xargs.partition computes the command length (including
arguments) depending on the plataform.
More specifically, 'win32' uses the amount of characters while posix
system uses the byte count.
2018-10-05 11:54:31 -03:00
pre_commit Update xargs.partition with platform information 2018-10-05 11:54:31 -03:00
testing Fix several ResourceWarning: unclosed file 2018-08-10 18:30:22 +02:00
tests Update xargs.partition with platform information 2018-10-05 11:54:31 -03:00
.coveragerc Set skip_covered = True in .coveragerc 2018-05-12 11:17:46 -07:00
.gitignore Change ignored cache dir for pytest 3.4.0 2018-02-01 11:15:30 -08:00
.pre-commit-config.yaml Update config 2018-08-15 17:55:06 -07:00
.pre-commit-hooks.yaml Remove validate_config hook 2017-08-23 14:06:48 -07:00
.travis.yml Don't test python3.5 now that we test python3.7 2018-07-08 08:19:22 -07:00
appveyor.yml Revert "Merge pull request #788 from pre-commit/cache_cargo_windows" 2018-07-17 18:23:08 -07:00
CHANGELOG.md v1.11.1 2018-09-22 12:02:33 -07:00
CONTRIBUTING.md pytest: drop the dot! 2018-05-25 15:00:32 -07:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
MANIFEST.in Add MANIFEST file to include license in sdist 2018-05-03 11:26:40 -03:00
README.md https-ify links 2018-01-13 18:17:54 -08:00
requirements-dev.txt Remove pypy3 workarounds since we don't test pypy3.2 2017-07-09 14:40:30 -07:00
setup.cfg Replace legacy wheel metadata 2018-04-30 09:33:20 -04:00
setup.py v1.11.1 2018-09-22 12:02:33 -07:00
tox.ini tox 3.1 passes PROCESSOR_ARCHITECTURE by default 2018-07-08 14:53:55 -07:00

Build Status Coverage Status Build status

pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

For more information see: https://pre-commit.com/