[Checkins] [zopefoundation/ZConfig] 24d64c: address flake8 noise

GitHub noreply at github.com
Tue Oct 30 23:32:09 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZConfig
  Commit: 24d64cdfbf7ea2f8162cb8cb4cd0223a7070970a
      https://github.com/zopefoundation/ZConfig/commit/24d64cdfbf7ea2f8162cb8cb4cd0223a7070970a
  Author: Fred Drake <fred.drake at keepertech.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
    M ZConfig/__init__.py
    M ZConfig/_compat.py
    M ZConfig/_schema_utils.py
    M ZConfig/cfgparser.py
    M ZConfig/cmdline.py
    M ZConfig/components/basic/mapping.py
    M ZConfig/components/basic/tests/test_mapping.py
    M ZConfig/components/logger/datatypes.py
    M ZConfig/components/logger/factory.py
    M ZConfig/components/logger/handlers.py
    M ZConfig/components/logger/logger.py
    M ZConfig/components/logger/loghandler.py
    M ZConfig/components/logger/tests/test_logger.py
    M ZConfig/datatypes.py
    M ZConfig/info.py
    M ZConfig/loader.py
    M ZConfig/matcher.py
    M ZConfig/schema.py
    M ZConfig/schema2html.py
    M ZConfig/sphinx.py
    M ZConfig/substitution.py
    M ZConfig/tests/support.py
    M ZConfig/tests/test_cfgimports.py
    M ZConfig/tests/test_cmdline.py
    M ZConfig/tests/test_config.py
    M ZConfig/tests/test_cookbook.py
    M ZConfig/tests/test_datatypes.py
    M ZConfig/tests/test_info.py
    M ZConfig/tests/test_loader.py
    M ZConfig/tests/test_matcher.py
    M ZConfig/tests/test_readme.py
    M ZConfig/tests/test_schema.py
    M ZConfig/tests/test_schema2html.py
    M ZConfig/tests/test_schemaless.py
    M ZConfig/tests/test_subst.py
    M ZConfig/tests/test_validator.py
    M ZConfig/url.py
    M doc/conf.py
    M setup.py

  Log Message:
  -----------
  address flake8 noise


  Commit: 49e11c4cad411c2e23a712b5f145bd0ac3b6dc1f
      https://github.com/zopefoundation/ZConfig/commit/49e11c4cad411c2e23a712b5f145bd0ac3b6dc1f
  Author: Fred Drake <fred.drake at keepertech.com>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M ZConfig/_compat.py

  Log Message:
  -----------
  adjust docstrings to triple quotes


  Commit: 04a24bfc7b487dcbd80b9fc3c8dc19e0003a1160
      https://github.com/zopefoundation/ZConfig/commit/04a24bfc7b487dcbd80b9fc3c8dc19e0003a1160
  Author: Fred Drake <fred.drake at keepertech.com>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  run flake8 as part of the travis pipeline, tox tests


  Commit: b2b641d2e63eb697cd1c1756dac69b8c70eb8888
      https://github.com/zopefoundation/ZConfig/commit/b2b641d2e63eb697cd1c1756dac69b8c70eb8888
  Author: Fred Drake <fred.drake at keepertech.com>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  remove --isolated option for flake8

- unlikely that travis ci has "user" flake8 settings installed
- setting up in-project settings in setup.cfg is not a bad thing
  (but be wary of per-user settings stored outside the project!)


  Commit: 9d5834bd38c8536b981215ea710fbe0b48b3e276
      https://github.com/zopefoundation/ZConfig/commit/9d5834bd38c8536b981215ea710fbe0b48b3e276
  Author: Fred Drake <fred at fdrake.net>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M .travis.yml
    M ZConfig/__init__.py
    M ZConfig/_compat.py
    M ZConfig/_schema_utils.py
    M ZConfig/cfgparser.py
    M ZConfig/cmdline.py
    M ZConfig/components/basic/mapping.py
    M ZConfig/components/basic/tests/test_mapping.py
    M ZConfig/components/logger/datatypes.py
    M ZConfig/components/logger/factory.py
    M ZConfig/components/logger/handlers.py
    M ZConfig/components/logger/logger.py
    M ZConfig/components/logger/loghandler.py
    M ZConfig/components/logger/tests/test_logger.py
    M ZConfig/datatypes.py
    M ZConfig/info.py
    M ZConfig/loader.py
    M ZConfig/matcher.py
    M ZConfig/schema.py
    M ZConfig/schema2html.py
    M ZConfig/sphinx.py
    M ZConfig/substitution.py
    M ZConfig/tests/support.py
    M ZConfig/tests/test_cfgimports.py
    M ZConfig/tests/test_cmdline.py
    M ZConfig/tests/test_config.py
    M ZConfig/tests/test_cookbook.py
    M ZConfig/tests/test_datatypes.py
    M ZConfig/tests/test_info.py
    M ZConfig/tests/test_loader.py
    M ZConfig/tests/test_matcher.py
    M ZConfig/tests/test_readme.py
    M ZConfig/tests/test_schema.py
    M ZConfig/tests/test_schema2html.py
    M ZConfig/tests/test_schemaless.py
    M ZConfig/tests/test_subst.py
    M ZConfig/tests/test_validator.py
    M ZConfig/url.py
    M doc/conf.py
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #48 from zopefoundation/fd-flake8-happiness

address flake8 noise

fixes issue #47


Compare: https://github.com/zopefoundation/ZConfig/compare/345cde5c6e73...9d5834bd38c8
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list