Commit graph

  • f90a549da5
    Merge pull request #1490 from asottile/option-manager-versions Anthony Sottile 2021-12-08 16:05:15 -05:00
  • f98d52a398 have OptionManager take plugin versions directly Anthony Sottile 2021-12-08 15:49:17 -05:00
  • fed77cd60a
    Merge pull request #1489 from asottile/exceptions-plugin-name Anthony Sottile 2021-12-07 18:39:11 -05:00
  • 1e4743d490 use plugin_name= instead of dicts in exceptions Anthony Sottile 2021-12-07 15:36:20 -08:00
  • 0f1825fdbe
    Merge pull request #1488 from asottile/stage1-parser Anthony Sottile 2021-12-07 18:32:26 -05:00
  • 3fa044ca4b return an argparser instead of side-effects Anthony Sottile 2021-12-07 15:28:58 -08:00
  • 1587936e2a
    Merge pull request #1487 from PyCQA/debug-store-true Anthony Sottile 2021-12-07 17:05:22 -05:00
  • 52fb518104 eliminate --bug-report double-parse quirk with store_true Anthony Sottile 2021-12-07 13:47:33 -08:00
  • 03b33b9573
    Merge pull request #1486 from PyCQA/stray-noqa Anthony Sottile 2021-12-07 16:08:24 -05:00
  • 1f76cce31b remove stray noqa Anthony Sottile 2021-12-07 13:03:26 -08:00
  • 5d81f4b58d
    Merge pull request #1485 from PyCQA/disabled-by-default-plugin-test Anthony Sottile 2021-12-07 15:28:05 -05:00
  • fa8ac82ee2 add integration test for off_by_default plugin Anthony Sottile 2021-12-07 12:25:24 -08:00
  • c3ab1fcfb2
    Merge pull request #1484 from PyCQA/pre-commit-ci-update-config Anthony Sottile 2021-12-06 17:25:15 -05:00
  • 878d2a772a
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2021-12-06 22:19:46 +00:00
  • 69497e3b73 changed additional candidates to lists to become more mutable Christian Zandee 2021-11-29 11:54:08 +01:00
  • 54d81ee27d fixed tox tests Christian Zandee 2021-11-29 11:21:05 +01:00
  • ee414e93f5 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2021-11-29 10:04:00 +00:00
  • 7218f9cc78 fixed tests for additional default config Christian Zandee 2021-11-29 11:02:26 +01:00
  • f18685891e [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2021-11-29 06:37:40 +00:00
  • 0204d636a1 More descriptive documentation about config files. Michal Siska 2021-11-28 19:47:52 +01:00
  • 266204d1d1 allow additional default configuration locations Christian Zandee 2021-11-26 19:31:06 +01:00
  • 7a02d04919
    Merge pull request #1477 from PyCQA/running_against_diff Anthony Sottile 2021-11-25 15:58:56 -05:00
  • a679ab4fb1 use self.options.diff directly Anthony Sottile 2021-11-25 15:54:33 -05:00
  • b857d25c81
    Merge pull request #1476 from asottile/files_not_nullable Anthony Sottile 2021-11-25 15:48:38 -05:00
  • 77a054688b refactor run_checks to not take an Optional list of filenames Anthony Sottile 2021-11-25 15:45:01 -05:00
  • 6e5600f8ec
    Merge pull request #1473 from PyCQA/mypy-improve Anthony Sottile 2021-11-22 20:02:04 -05:00
  • a30dd75b0a this module is fully typed now Anthony Sottile 2021-11-22 19:56:59 -05:00
  • 841489e312
    Merge pull request #1472 from asottile/config_discovery Anthony Sottile 2021-11-22 19:51:21 -05:00
  • 65c893728e refactor and simplify configuration loading Anthony Sottile 2021-11-22 19:42:50 -05:00
  • dc9b7eb3e4
    Merge pull request #1471 from PyCQA/pre-commit-ci-update-config Anthony Sottile 2021-11-22 17:05:23 -05:00
  • 00ca6302c5
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2021-11-22 21:47:02 +00:00
  • e944e090c0
    Merge pull request #1466 from asottile/mypy-everything Anthony Sottile 2021-11-15 00:51:08 -05:00
  • 411ff24392 move from allowlist to blocklist for mypy Anthony Sottile 2021-11-14 21:35:40 -08:00
  • 500e2de0a0
    Merge pull request #1465 from asottile/kwonly Anthony Sottile 2021-11-15 00:03:04 -05:00
  • 3b7dbd6697 replace py2-kwonly shim with true kwonly args Anthony Sottile 2021-11-14 20:59:28 -08:00
  • 1675ddafa1
    Merge pull request #1464 from PyCQA/more-tests Anthony Sottile 2021-11-14 23:45:56 -05:00
  • bbbe0d8048 improve integration tests Anthony Sottile 2021-11-14 20:36:32 -08:00
  • a7de34a90e
    Merge pull request #1463 from asottile/file_discovery Anthony Sottile 2021-11-14 23:06:46 -05:00
  • 66071563c2 split out file discovery and test it Anthony Sottile 2021-11-14 19:53:35 -08:00
  • c0ddae2948
    Merge pull request #1462 from PyCQA/test_name_too Anthony Sottile 2021-11-14 19:41:20 -05:00
  • 97c3de41bd fix test name after exit -> exit_code refactor Anthony Sottile 2021-11-14 16:38:39 -08:00
  • 5e2e50325d
    Merge pull request #1461 from PyCQA/application_exit_code Anthony Sottile 2021-11-14 19:33:36 -05:00
  • 81a4110338 have application return exit code for easier testing Anthony Sottile 2021-11-14 16:24:59 -08:00
  • 5a85dd8ddb
    Merge pull request #1460 from asottile/optmanager_parse_args Anthony Sottile 2021-11-14 18:42:05 -05:00
  • 8d3afe40e1 use return value of parse_args directly Anthony Sottile 2021-11-14 15:39:14 -08:00
  • d582affb2c
    Merge pull request #1459 from asottile/jobs-repr Anthony Sottile 2021-11-14 17:51:05 -05:00
  • 0698366a20 add a __repr__ for JobsArgument Anthony Sottile 2021-11-14 14:42:48 -08:00
  • b454674b27
    Merge pull request #1457 from asottile/improve_coverage Anthony Sottile 2021-11-14 12:41:57 -05:00
  • bb3c8d2607 improve coverage a bit Anthony Sottile 2021-11-14 09:35:49 -08:00
  • 639dfe1671
    Merge pull request #1456 from asottile/unused-test-fixtures Anthony Sottile 2021-11-14 11:57:05 -05:00
  • 3af47b7df5 remove some unused test fixture files Anthony Sottile 2021-11-14 08:54:57 -08:00
  • e973a02ada
    Merge pull request #1455 from PyCQA/simplify-flake8-config Anthony Sottile 2021-11-14 11:51:43 -05:00
  • e527b8e3ca simplify our own flake8 config Anthony Sottile 2021-11-14 08:49:01 -08:00
  • 17822984a5
    Merge pull request #1454 from asottile/unused-example-code Anthony Sottile 2021-11-14 11:45:25 -05:00
  • 799c71eeb6
    Merge pull request #1453 from asottile/dead Anthony Sottile 2021-11-14 11:43:25 -05:00
  • b3c6364f0e remove unused example-code test fixtures Anthony Sottile 2021-11-14 08:42:35 -08:00
  • 0c62569c4f remove dead code Anthony Sottile 2021-11-14 08:36:02 -08:00
  • c9cac9957b
    Merge pull request #1452 from asottile/type_init Anthony Sottile 2021-11-14 11:32:49 -05:00
  • 5bed787883 add typing to src/flake8/__init__.py Anthony Sottile 2021-11-14 08:30:10 -08:00
  • 002a99ec1b
    Merge pull request #1449 from asottile/remove-polyfill Anthony Sottile 2021-11-14 11:23:25 -05:00
  • 074c0048c9
    Merge pull request #1451 from asottile/remove-hg Anthony Sottile 2021-11-14 11:22:53 -05:00
  • f1d860852e
    Merge pull request #1450 from asottile/remove-codecov Anthony Sottile 2021-11-14 11:22:27 -05:00
  • 17a36ef267
    Merge pull request #1448 from PyCQA/coverage-6 Anthony Sottile 2021-11-14 11:20:29 -05:00
  • ba8f093565 remove mercurial tags/ignore files Anthony Sottile 2021-11-14 08:19:29 -08:00
  • 5319cf9f35 delete unused codecov.yml Anthony Sottile 2021-11-14 08:18:14 -08:00
  • 7e5d6501c1 remove mentions of flake8-polyfill Anthony Sottile 2021-11-14 08:17:04 -08:00
  • ef3585b3a0 require coverage 6.x and simplify config Anthony Sottile 2021-11-14 08:14:36 -08:00
  • 44e2729a5d allow importlib-metadata to be updated Wouter De Borger 2021-11-10 12:28:39 +01:00
  • 382cc91040
    Merge pull request #1443 from Spectre5/Add-nox-to-default-exclude-list Ian Stapleton Cordasco 2021-11-08 06:24:02 -06:00
  • 163814547d Add .nox to default exclude list Scott Barlow 2021-11-07 17:39:16 -08:00
  • e34647fb37
    Merge pull request #1441 from asottile/deprecate_diff Ian Stapleton Cordasco 2021-11-06 06:03:53 -05:00
  • e6579239af deprecate the --diff option Anthony Sottile 2021-11-05 20:49:19 -04:00
  • a08fc4be98
    Merge pull request #1440 from asottile/colors Anthony Sottile 2021-11-05 20:44:23 -04:00
  • 848003cc05 add --color option Anthony Sottile 2021-11-05 20:05:53 -04:00
  • 5694f6f3af
    Add --required-plugins and --allowed-plugins Ian Stapleton Cordasco 2021-11-05 10:10:52 -05:00
  • 821c3c8e89 Revert "limit broken importlib-metadata CC @jaraco" Stephen Finucane 2021-11-04 11:26:01 +00:00
  • 05cae7e046
    Merge pull request #1437 from PyCQA/fix-rtfd Ian Stapleton Cordasco 2021-11-02 05:56:23 -05:00
  • 221de71071
    Fix ReadTheDocs builds Ian Stapleton Cordasco 2021-11-02 05:52:28 -05:00
  • a4e337add1
    Merge pull request #1436 from PyCQA/pre-commit-ci-update-config Anthony Sottile 2021-11-01 17:20:59 -04:00
  • 84b9831b9d
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2021-11-01 21:18:24 +00:00
  • 61d28b3283 Increase batches per worker to 16 Collin Anderson 2021-10-21 14:57:32 -04:00
  • 9cde73f106
    only write to stdout buffer when buffer object is available Thijs Kramer 2021-10-19 19:33:52 +02:00
  • bcb88c4c3e
    Merge pull request #1426 from mxr/fix-return Anthony Sottile 2021-10-17 19:16:18 -07:00
  • dd6d61c9a6 Fix tests Max R 2021-10-17 22:13:11 -04:00
  • 4157cdbc6a
    Merge pull request #1427 from mxr/minor-typing-fixes Anthony Sottile 2021-10-17 18:58:55 -07:00
  • d83b74b6f4 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2021-10-18 01:56:38 +00:00
  • d58af9f6ae Remove usage of self.manager.map() in load_plugins() Max R 2021-10-17 21:28:22 -04:00
  • 56dd10eae8 Update type hint and expression for _multiprocessing_is_fork() Max R 2021-10-17 21:43:17 -04:00
  • 61d7b36e93
    remove universal bdist Dulmandakh 2021-10-13 21:45:42 +08:00
  • 74e7b0cabc
    remove 3.5 mention Dulmandakh 2021-10-13 21:43:50 +08:00
  • f2de11180d [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2021-10-13 10:27:36 +00:00
  • 46dc6d501c merging the external commit Ilja Orlovs 2021-10-13 11:27:10 +01:00
  • fab65e5208 satisfying the linter Ilja Orlovs 2021-10-13 11:22:06 +01:00
  • 421b9e2cfc [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2021-10-13 09:29:57 +00:00
  • 764ecb0e48 Fixing integration with pytest-flake8 Ilja Orlovs 2021-10-13 10:15:44 +01:00
  • 18ba6cbdec
    Listened review PerchunPak 2021-10-12 19:54:09 +03:00
  • 9261bec264
    Minimize copy-pase in Github Actions file PerchunPak 2021-10-12 19:20:03 +03:00
  • 08f7d2efaa
    Update main.yml PerchunPak 2021-10-12 19:08:54 +03:00
  • 5791df8e53
    Create Sjenica1 Reuf Rujevic 2021-10-12 15:18:46 +02:00
  • ecee230c6f
    Merge pull request #1411 from PyCQA/indent-size-str Anthony Sottile 2021-10-11 17:55:28 -07:00