Commit graph

  • 5462949e51 added automatic test explanation on how to run them Alvaro Andrés Rodríguez Scelza 2019-06-02 20:27:19 -03:00
  • d6a73bebe5 manual testing configured and run ok Alvaro Andrés Rodríguez Scelza 2019-06-02 12:48:55 -03:00
  • 55e3de5322 reverted parenthesis changes: were only needed for python 3, but I'll use 2.7 from now on Alvaro Andrés Rodríguez Scelza 2019-06-02 12:46:00 -03:00
  • 1be6dd5dfb corrected import errors. corrected print lack of parenthesis errors. Alvaro Andrés Rodríguez Scelza 2019-06-02 03:56:14 -03:00
  • 4d1b75fb33 Structured testing folder. Added manual testing doc. Alvaro Andrés Rodríguez Scelza 2019-06-02 02:57:23 -03:00
  • 78d90a4cf1 added manual testing files Alvaro Andrés Rodríguez Scelza 2019-06-02 02:51:12 -03:00
  • ad0f5863ed updated files names Alvaro Andrés Rodríguez Scelza 2019-06-02 02:50:38 -03:00
  • 41f01dd70a Added hooks conf added doc files on how to use loaderon hooks Alvaro Andrés Rodríguez Scelza 2019-06-02 02:44:57 -03:00
  • d0220a7b00 pylint default configuration example. Alvaro Andrés Rodríguez Scelza 2019-06-02 02:22:54 -03:00
  • 2639a27098 added pylint requirement Alvaro Andrés Rodríguez Scelza 2019-06-02 02:15:07 -03:00
  • bc32cc6ba6 added loaderon-hooks conf to setup Alvaro Andrés Rodríguez Scelza 2019-06-02 02:13:36 -03:00
  • 0a66e6635d Added loaderon-hooks logic Alvaro Andrés Rodríguez Scelza 2019-06-02 02:10:25 -03:00
  • d404f26c5c add markdownlint and bump other versions Robin Stephenson 2019-05-20 16:41:20 +01:00
  • 990d3e4127 ignore Emacs temp files Robin Stephenson 2019-05-20 16:40:37 +01:00
  • 0b70e285e3 v2.2.3 v2.2.3 Anthony Sottile 2019-05-16 09:58:18 -07:00
  • 24c5f07105
    Merge pull request #386 from pre-commit/line_endings_string_fixer Anthony Sottile 2019-05-16 09:48:59 -07:00
  • 711b730b67 Fix crlf line endings for double-quote-string-fixer Anthony Sottile 2019-05-16 09:42:04 -07:00
  • e8e54f7f99 v2.2.2 v2.2.2 Anthony Sottile 2019-05-15 10:17:27 -07:00
  • 404e226b3b
    Merge pull request #384 from pre-commit/line_endings Anthony Sottile 2019-05-15 10:15:07 -07:00
  • 79a1b2676e Handle crlf endings in fix-encoding-pragma Anthony Sottile 2019-05-15 10:04:18 -07:00
  • 45fc394c19
    Merge pull request #382 from pre-commit/all-repos_autofix_mypy-ini Anthony Sottile 2019-05-08 14:37:10 -07:00
  • 8bb09ce407 Combine mypy.ini and setup.cfg Anthony Sottile 2019-05-08 14:30:29 -07:00
  • 6d7906e131
    Merge pull request #380 from pre-commit/all-repos_autofix_azure-pre-commit Anthony Sottile 2019-04-28 16:42:08 -07:00
  • 9eb0d699ec speed up azure jobs Anthony Sottile 2019-04-28 16:21:10 -07:00
  • 1f6de3d703
    Merge pull request #379 from pre-commit/all-repos_autofix_trim-passenv Anthony Sottile 2019-04-21 16:28:55 -07:00
  • c898df99ed Trim passenv (tox>=2.8) Anthony Sottile 2019-04-21 16:12:19 -07:00
  • 9ee4347a8f v2.2.1 v2.2.1 Anthony Sottile 2019-04-21 13:17:05 -07:00
  • 7905d805af v2.2.0 Anthony Sottile 2019-04-21 13:12:53 -07:00
  • f67747875e
    Merge pull request #378 from roottool/change-from-open-to-io.open#377 Anthony Sottile 2019-04-21 12:36:48 -07:00
  • fc9fb8bfa8 Changed position of 'import io' roottool 2019-04-22 04:24:41 +09:00
  • 47c89785e8 Added newline roottool 2019-04-22 04:17:09 +09:00
  • 5b01ea52f2 empty commit roottool 2019-04-22 04:11:18 +09:00
  • e7924b53e4 Changed from open() to io.open() roottool 2019-04-22 03:48:18 +09:00
  • e6e26c3110
    Merge pull request #376 from marcjay/no-commit-to-branch-wildcard v2.2.0 Anthony Sottile 2019-04-20 16:50:49 -07:00
  • 053feb1e6f Use AbstractSet to appease mypy Anthony Sottile 2019-04-20 16:21:58 -07:00
  • a7af812449 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 Marc Jay 2019-04-20 23:07:14 +01:00
  • 6568414fc5 Clarify default behaviour in README for no-commit-to-branch Marc Jay 2019-04-20 14:06:59 +01:00
  • 7b959d140f Tidy up indentation in README changes for no-commit-to-branch Marc Jay 2019-04-20 13:52:59 +01:00
  • 8d2785b9d6 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 to a branch which matches a supplied regex expression Marc Jay 2019-04-20 13:46:49 +01:00
  • d6847c4827 Add wildcard matching to no-commit-to-branch hook so that commits can be blocked on, for example, all release branches with 'release/*' Marc Jay 2019-04-09 23:53:39 +01:00
  • aa9c202b9b
    Merge pull request #374 from pre-commit/check_docstring_first_no_encoding Anthony Sottile 2019-03-30 15:44:22 -07:00
  • 2f6a2515ec Don't require an encoding for check-docstring-first Anthony Sottile 2019-03-30 15:31:42 -07:00
  • 536a18f497
    Add README entry for check-toml hook Semyon Maryasin 2019-03-28 01:50:06 +03:00
  • dc641085e7
    Use toml rather than pytoml Semyon Maryasin 2019-03-28 01:22:57 +03:00
  • cb365ba9c3
    Add check-toml hook Semyon Maryasin 2019-03-28 01:13:45 +03:00
  • cbc17d19d9
    Merge pull request #372 from tobywf/master Anthony Sottile 2019-03-21 16:43:40 -07:00
  • 841c47ebf7 Run check-byte-order-marker against all text types, not just Python files Toby Fleming 2019-03-21 16:33:00 -07:00
  • f8ae0aab7b
    Merge pull request #370 from pre-commit/all-repos_autofix_trigger-on-tags Anthony Sottile 2019-03-17 11:34:28 -07:00
  • 3337b5ec0d Trigger azure pipelines on tags Anthony Sottile 2019-03-17 11:00:24 -07:00
  • d85c06d9a6
    Use more generic github endpoint name Anthony Sottile 2019-03-10 17:29:03 -07:00
  • 5320b1cd59
    Merge pull request #368 from pre-commit/azure_pipelines Anthony Sottile 2019-03-10 17:26:45 -07:00
  • 8bb94f0bd4 azure pipelines [skip travis] [skip appveyor] Anthony Sottile 2019-03-10 13:42:05 -07:00
  • 8171e47eb2
    Merge pull request #369 from pre-commit/safe_load Anthony Sottile 2019-03-10 15:33:11 -07:00
  • 01850a34c7 Use ruamel.yaml for readme_test Anthony Sottile 2019-03-10 15:24:38 -07:00
  • e463c926cc
    Merge pull request #367 from pre-commit/all-repos_autofix_setup-py-upgrade Anthony Sottile 2019-02-27 23:02:54 -08:00
  • 1a5a5a232b Migrate setup.py to setup.cfg declarative metadata Anthony Sottile 2019-02-27 22:12:12 -08:00
  • 1722bd0ce2 Add hook for checking python modules Jonathan Como 2019-02-16 14:15:07 -08:00
  • 76c604c9fb
    Merge pull request #364 from asottile/remove_flake8_config Anthony Sottile 2019-02-13 09:53:53 -05:00
  • 8626e266dd double-quote-string-fixer Anthony Sottile 2019-02-11 19:57:37 -08:00
  • 4575652bd2 Use default flake8 config Anthony Sottile 2019-02-11 19:56:15 -08:00
  • a977384397 add exclude pattern to test names hook Ahmed Taweel 2019-02-06 09:27:19 +02:00
  • 634383cffd
    Merge pull request #360 from pre-commit/mypy Anthony Sottile 2019-02-02 10:47:43 -08:00
  • f5ae7d1ece
    Merge pull request #362 from revolter/patch-1 Anthony Sottile 2019-02-02 00:48:32 -08:00
  • 93e3a4f3ee
    Don't run check-executables-have-shebangs and trailing-whitespace-fixer hooks for the commit-msg stage Iulian Onofrei 2019-02-02 10:38:39 +02:00
  • 030bfac7e4 Apply typing to all of pre-commit-hooks Anthony Sottile 2019-01-31 19:19:10 -08:00
  • 63cc3414e9 Updates for flake8 3.7 Anthony Sottile 2019-01-30 00:15:11 -08:00
  • 50d31f9c5c
    Merge pull request #359 from pre-commit/all-repos_autofix_all-repos-sed Anthony Sottile 2019-01-29 22:24:28 -08:00
  • c9f7b813e3 Add W504 to ignored autopep8 rules Anthony Sottile 2019-01-29 22:09:54 -08:00
  • 7456565cab
    Merge pull request #358 from pre-commit/asottile-patch-1 Anthony Sottile 2019-01-27 09:35:23 -08:00
  • 2c29916456
    Turn off pre-commit's automated multiprocessing for flake8 Anthony Sottile 2019-01-27 09:25:18 -08:00
  • 7b8d15f438
    Merge pull request #355 from pre-commit/all-repos_autofix_nosudo Anthony Sottile 2019-01-14 21:19:17 -08:00
  • 3709f5b2c4 remove sudo: in .travis.yml Anthony Sottile 2019-01-14 20:59:50 -08:00
  • 087a963817 adds sql formatter Timothy Sweetser 2019-01-04 17:30:33 -05:00
  • d4b887a69e
    Merge pull request #352 from pre-commit/pre_commit_autoupdate Anthony Sottile 2019-01-02 10:38:50 -08:00
  • e7158ce14d pre-commit autoupdate Anthony Sottile 2019-01-02 10:31:51 -08:00
  • de9e7a04b1
    Merge pull request #351 from pre-commit/ruamel_yaml Anthony Sottile 2018-12-28 14:18:07 -08:00
  • a762639038 switch from pyyaml to ruamel.yaml Anthony Sottile 2018-12-28 13:09:17 -08:00
  • ed5a523745 Add update_commit_msg Shakya, Milind 2018-12-25 23:08:28 -05:00
  • 2a92b74ea1 Adds fix-yaml hook Sorin Sbarnea 2018-12-27 20:39:48 +00:00
  • c8bad492e1 v2.1.0 v2.1.0 Anthony Sottile 2018-12-26 09:48:02 -08:00
  • 1622fbe28e
    add a encoding optional for read python code xxc 2018-12-12 15:48:38 +08:00
  • c65fcd3fc5
    Merge pull request #341 from gimbo/improvement/mix-line-endings-reporting Anthony Sottile 2018-12-03 09:08:12 -08:00
  • 1566cf9cca Add test for mixed line endings output Anthony Sottile 2018-12-03 08:34:05 -08:00
  • e32adb413a
    Merge pull request #343 from TheKevJames/patch-1 Anthony Sottile 2018-11-26 14:59:10 -08:00
  • 1d705879fd
    Update .pre-commit-hooks.yaml Kevin James 2018-11-26 14:43:33 -08:00
  • 4303229d8f
    Update .pre-commit-hooks.yaml Kevin James 2018-11-26 12:18:43 -08:00
  • 3eca2d07a5
    fix(metadata): deprecate autopep8-wrapper Kevin James 2018-11-26 12:12:42 -08:00
  • aec4d6e7ae
    fix(metadata): remove autopep8-wrapper Kevin James 2018-11-26 11:44:03 -08:00
  • 59ed512020 In mixed-line-endings, move check/print to main() as suggested by asottile (PR 341) Andy Gimblett 2018-11-26 17:29:49 +00:00
  • f3c65bcd20 Report failing filenames when --fix=no in mixed-line-endings Andy Gimblett 2018-11-26 10:17:52 +00:00
  • 6932b83509 Adding detect-raw-datetime-manipulation option Asim Goheer 2018-11-14 14:14:39 -08:00
  • 2dbaced650
    Merge pull request #333 from rpdelaney/fix/aws-credentials-docs Anthony Sottile 2018-10-28 16:29:24 -07:00
  • 0d83fed4fa Reword usage info to clarify required usage syntax Ryan Delaney 2018-10-28 15:59:39 -07:00
  • 2d4833c73e Rename metavar to clarify required usage syntax Ryan Delaney 2018-10-28 15:58:14 -07:00
  • 4b8eb6f96a Add required argument to cli parameter Ryan Delaney 2018-10-28 12:07:03 -07:00
  • efc5b9ecc1 Add missing parameter --allow-missing-credentials Ryan Delaney 2018-10-28 12:05:42 -07:00
  • f8b8997c07 Automatically fix package=version in requirements.txt Paul Hooijenga 2018-10-23 21:26:37 +02:00
  • 86bfe8c475
    Merge pull request #329 from rpdelaney/feature/ban_gpg_private_key Anthony Sottile 2018-10-22 12:52:43 -07:00
  • b1feed0ced Add ban for pgp/gpg private key blocks Ryan Delaney 2018-10-22 12:11:59 -07:00
  • cb2bc2edc3
    Merge pull request #327 from mtkennerly/bugfix/eol-crlf Anthony Sottile 2018-10-13 16:53:05 -07:00