Commit graph

  • 8a36145fa9
    Merge pull request #425 from vinayinvicible/url-req Anthony Sottile 2019-11-15 14:21:49 -08:00
  • 189e33e48c Fixed sorting for non editable requirement urls Vinay Karanam 2019-11-14 02:22:07 +05:30
  • 00e8510d9c
    Merge pull request #423 from pre-commit/asottile-patch-1 Anthony Sottile 2019-10-28 19:17:45 -07:00
  • 29f86dba1b
    document --no-ensure-ascii Anthony Sottile 2019-10-28 19:14:32 -07:00
  • febac42f8e Fix PR number Anthony Sottile 2019-10-28 15:26:03 -07:00
  • 0161422b4e v2.4.0 v2.4.0 Anthony Sottile 2019-10-28 15:19:58 -07:00
  • d61d4a26db
    Merge pull request #421 from iconmaster5326/master Anthony Sottile 2019-10-25 09:38:13 -07:00
  • 0114962a74 Added test for --markdown-linebreak-ext and --chars together iconmaster5326 2019-10-25 12:28:50 -04:00
  • a33a8f0d8a Change parameter name to "chars" and move encoding outside loop iconmaster5326 2019-10-25 12:20:04 -04:00
  • dcbf43489c
    Apply suggestion: the bytes(...) call does nothing here Iconmaster 2019-10-25 12:15:11 -04:00
  • c431f09ac3 Fix failure on Python 2 iconmaster5326 2019-10-25 11:54:00 -04:00
  • a2f836a23b fix-whitespace: Added test for custom charsets iconmaster5326 2019-10-25 11:34:26 -04:00
  • 08663c91f2 Update README.md iconmaster5326 2019-10-25 11:15:48 -04:00
  • 886dfc4205 trailing-whitespace: add option for custom chars to strip iconmaster5326 2019-10-25 11:12:49 -04:00
  • 0f7b5e0c4f
    Merge pull request #419 from pre-commit/extra_output Anthony Sottile 2019-10-12 13:53:50 -07:00
  • 86a010b750 Remove unnecessary double printing of filename Anthony Sottile 2019-10-12 13:39:15 -07:00
  • 49f8b48f2e
    Merge pull request #417 from pre-commit/add_not_sort_simple_yaml Anthony Sottile 2019-10-07 09:11:20 -07:00
  • d2a2cde37a Add note about sort-simple-yaml's opt-in behaviour Anthony Sottile 2019-10-07 08:33:23 -07:00
  • 8884b6365b
    Merge pull request #415 from barakreif/fix-requirements-fixer-curruption Anthony Sottile 2019-09-28 12:19:54 -07:00
  • e4cfaa6b68 remove redundent type annotation Barak Y. Reif 2019-09-28 22:16:20 +03:00
  • d4b544daf3 alter file with new line even if no other content is changed Barak Y. Reif 2019-09-28 21:59:41 +03:00
  • da2ea3f7a7 add new line post reading requirements file, change before from tuple to list, add test cases Barak Y. Reif 2019-09-28 21:40:09 +03:00
  • 277f875bc5
    Merge pull request #408 from joepin/pretty-json-print-lines Anthony Sottile 2019-09-24 22:42:35 +02:00
  • d6c0aa5a35 Remove useless newline Joey Pinhas 2019-09-24 16:27:34 -04:00
  • ea8fbf9cf0 Remove unneeded string join Joey Pinhas 2019-09-24 15:47:53 -04:00
  • ec6c39ee62 Print filenames in the diff Joey Pinhas 2019-09-24 15:42:24 -04:00
  • 7d878b55ff Fix test cases for unified_diff Joey Pinhas 2019-09-24 15:21:45 -04:00
  • 73f169a5f8
    Capitalize acronym names Pradyun Gedam 2019-09-24 15:10:38 +05:30
  • 31e740ed05 Use unified_diff Joey Pinhas 2019-09-15 13:48:00 -04:00
  • 27cd688c8e Flush stderr, and formatting Joey Pinhas 2019-09-15 13:29:52 -04:00
  • 35c76c4f33 Add test for std err Joey Pinhas 2019-09-15 12:54:03 -04:00
  • 831d2a99ab Print file line stderr Joey Pinhas 2019-09-15 12:51:03 -04:00
  • 93b7b66cda Remove erroneoous print statement Joey Pinhas 2019-09-13 14:38:40 -04:00
  • 0ff23d4e9f Remove extra cli flag, and update test case Joey Pinhas 2019-09-13 14:30:52 -04:00
  • 0408045bd1
    Merge pull request #411 from pre-commit/all-repos_autofix_rm-reqs Anthony Sottile 2019-08-27 21:35:32 -07:00
  • 3de20fcd56 Remove redundant flake8 dependency Anthony Sottile 2019-08-27 21:28:13 -07:00
  • b28837a038 Add test case to test diffing function Joey Pinhas 2019-08-23 14:14:10 -04:00
  • 780f20249f Add option to show expected output Joey Pinhas 2019-08-16 12:38:41 -04:00
  • 3e9db01775 Add logic to print line number of JSON errors Joey Pinhas 2019-08-15 12:32:33 -04:00
  • 34a14fb7bc
    Merge pull request #407 from pre-commit/changelog_dates Anthony Sottile 2019-08-11 16:40:12 -07:00
  • 3ed9b62aec Add dates to changelog entries Anthony Sottile 2019-08-11 16:31:05 -07:00
  • d6d3bd9460 v2.3.0 v2.3.0 Anthony Sottile 2019-08-05 10:33:34 -07:00
  • c245a7c5e5
    Merge pull request #400 from pycontribs/toml-checker Anthony Sottile 2019-08-05 10:28:00 -07:00
  • f7da3dff91 Adds remove-tabs hook Sorin Sbarnea 2019-08-03 11:09:47 +01:00
  • 696c403f74
    Merge pull request #405 from squeaky-pl/feature/add-sys-exit-to-file-contents-sorter Anthony Sottile 2019-08-03 11:57:05 -07:00
  • 317aef4961 Added tests for check_toml Sorin Sbarnea 2019-08-03 11:36:34 +01:00
  • 611a4443d7 add sys.exit(main()) to file_contents_sorter.py Squeaky 2019-08-03 18:46:28 +02:00
  • 8d7d40c7cc Add README entry for check-toml hook Semyon Maryasin 2019-03-28 01:50:06 +03:00
  • 771156fb5e Use toml rather than pytoml Semyon Maryasin 2019-03-28 01:22:57 +03:00
  • ae70f7e3c7 Add check-toml hook Semyon Maryasin 2019-03-28 01:13:45 +03:00
  • b7abd18ceb
    Merge pull request #403 from pycontribs/fix/azure Anthony Sottile 2019-08-03 11:12:55 -07:00
  • 37209942f8 Assure we have HOME defined during testing Sorin Sbarnea 2019-08-03 12:14:05 +01:00
  • 1bfdf7f62c add sys.exit(main()) to file_contents_sorter.py Squeaky 2019-08-03 18:46:28 +02:00
  • e605f4ea75
    DNM: Test CI change Sorin Sbarnea 2019-08-03 11:52:54 +01:00
  • 66af16505b removes unused import Albrecht Mühlenschulte 2019-07-04 10:35:16 +02:00
  • 72826ab930 trying to fix python-version issue 3 Albrecht Mühlenschulte 2019-07-02 17:14:58 +02:00
  • 5bbf4fd193 trying to fix python-version issue 2 Albrecht Mühlenschulte 2019-07-02 17:13:04 +02:00
  • 352113d195 trying to fix python-version issue Albrecht Mühlenschulte 2019-07-02 17:07:43 +02:00
  • c13d0037a4 don't stop on encoding-errors Albrecht Mühlenschulte 2019-07-02 16:10:02 +02:00
  • 9ce6b9facb
    Merge pull request #389 from danlamanna/add-rpdb-to-list-of-debuggers Anthony Sottile 2019-06-15 17:17:37 -07:00
  • 71ee80081d added unversioned files Alvaro Andrés Rodríguez Scelza 2019-06-13 21:46:04 -03:00
  • bc7315b861 deleted unnecessary manual testing files an folders Alvaro Andrés Rodríguez Scelza 2019-06-13 21:44:33 -03:00
  • 8e79502b8a reached 100% testing cover Alvaro Andrés Rodríguez Scelza 2019-06-13 21:33:58 -03:00
  • a9d54a63fc corrected pylint tester bug Alvaro Andrés Rodríguez Scelza 2019-06-13 21:01:40 -03:00
  • 7b788dec1f tests for mismatched args Alvaro Andrés Rodríguez Scelza 2019-06-13 15:14:31 -03:00
  • 238d3da42e tests for mismatched args Alvaro Andrés Rodríguez Scelza 2019-06-13 15:04:38 -03:00
  • dbe3cd46d7 deleted unused code Alvaro Andrés Rodríguez Scelza 2019-06-13 14:15:28 -03:00
  • 1e7b96e4c0 All class inheriting CheckerTemplateMethod now call super._add_arguments_to_parser Alvaro Andrés Rodríguez Scelza 2019-06-13 14:04:25 -03:00
  • e6f32eb8ae complemented file_helpers testing Alvaro Andrés Rodríguez Scelza 2019-06-12 15:21:13 -03:00
  • 553a2679e6 hook tests ready Alvaro Andrés Rodríguez Scelza 2019-06-12 13:44:17 -03:00
  • 5aeb09a3b5 corrected test samples path Alvaro Andrés Rodríguez Scelza 2019-06-12 12:07:09 -03:00
  • 23dfdc438c testing for two new hooks Alvaro Andrés Rodríguez Scelza 2019-06-12 11:31:40 -03:00
  • 04d965a6a5 testing for xml encoding checker Alvaro Andrés Rodríguez Scelza 2019-06-11 11:48:44 -03:00
  • c0145f16cb added all hooks to readme. Passing all tests Alvaro Andrés Rodríguez Scelza 2019-06-11 11:13:33 -03:00
  • 2a7440ef4f added another hook to readme. Improved last 2 hooks doc in readme Alvaro Andrés Rodríguez Scelza 2019-06-11 10:41:20 -03:00
  • c7429b5137 added first two hooks to readme Alvaro Andrés Rodríguez Scelza 2019-06-11 10:27:55 -03:00
  • 696b9321cd tests for pylint checker Alvaro Andrés Rodríguez Scelza 2019-06-07 16:22:21 -03:00
  • 6c45a86e16 corrected docstring typo error Alvaro Andrés Rodríguez Scelza 2019-06-07 15:34:34 -03:00
  • b50feb702a Tests for location checker Alvaro Andrés Rodríguez Scelza 2019-06-07 14:54:15 -03:00
  • 3232c22bdf using str(ex) instead of print(ex.message) for python 3 compatibility Alvaro Andrés Rodríguez Scelza 2019-06-07 14:50:06 -03:00
  • e70e7c8bba main_function rename to test_function Alvaro Andrés Rodríguez Scelza 2019-06-07 14:44:48 -03:00
  • 3224f10f45 line tests ready Alvaro Andrés Rodríguez Scelza 2019-06-07 14:27:04 -03:00
  • d327922f34 new tests for check line. Alvaro Andrés Rodríguez Scelza 2019-06-07 12:58:07 -03:00
  • ae4b423b45 oimiting test files samples Alvaro Andrés Rodríguez Scelza 2019-06-07 12:51:52 -03:00
  • 96b7cf88a8 changed folder name Alvaro Andrés Rodríguez Scelza 2019-06-07 12:16:34 -03:00
  • 27b6aacbe7 changed folder name Alvaro Andrés Rodríguez Scelza 2019-06-07 12:16:20 -03:00
  • 20370c6a1a ignoring testing file samples from coverage Alvaro Andrés Rodríguez Scelza 2019-06-07 10:08:10 -03:00
  • 8b6d2a5539 organizing docsttring tests Alvaro Andrés Rodríguez Scelza 2019-06-06 09:26:59 -03:00
  • e34f0c44aa Add the rpdb debugger to the list of debugger packages Dan LaManna 2019-06-05 12:29:23 -04:00
  • fab7447c37 docstring testing file Alvaro Andrés Rodríguez Scelza 2019-06-05 12:04:58 -03:00
  • 7370374564 editing tests for dosctring Alvaro Andrés Rodríguez Scelza 2019-06-04 16:54:39 -03:00
  • 7a64344cfc advancing in testing of docstring Alvaro Andrés Rodríguez Scelza 2019-06-04 16:43:30 -03:00
  • bbcdf9d35b new folder structure for aut tests Alvaro Andrés Rodríguez Scelza 2019-06-04 15:25:46 -03:00
  • a43f3902b5 new folder structure for aut tests Alvaro Andrés Rodríguez Scelza 2019-06-04 15:24:32 -03:00
  • 3b8aa606c1 coverage report command does not need to specify ignoring 100% files: it's already specified in coverage conf file. Alvaro Andrés Rodríguez Scelza 2019-06-04 12:47:51 -03:00
  • 284c04df70 restoration before verification in aut test doc Alvaro Andrés Rodríguez Scelza 2019-06-04 12:25:58 -03:00
  • 659c0fa0d0 corrected print warning of python 3 Alvaro Andrés Rodríguez Scelza 2019-06-04 12:24:21 -03:00
  • aab57cf1db added exception expecting case for good practices Alvaro Andrés Rodríguez Scelza 2019-06-04 11:02:25 -03:00
  • af333f7062 New package for aut testing Alvaro Andrés Rodríguez Scelza 2019-06-04 10:57:30 -03:00
  • 8f728441d8 added unit testing good practice Alvaro Andrés Rodríguez Scelza 2019-06-04 10:56:57 -03:00