[Checkins] [zopefoundation/Zope] 478319: Enforce conventions (First in OFS) (#354)

GitHub noreply at github.com
Tue Oct 9 08:33:39 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 478319637795508082823eeabe907e34322b1fe2
      https://github.com/zopefoundation/Zope/commit/478319637795508082823eeabe907e34322b1fe2
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    R .coveragerc
    A .editorconfig
    M .gitignore
    M setup.cfg
    M setup.py
    M src/OFS/Application.py
    M src/OFS/Cache.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Document.py
    M src/OFS/EtagSupport.py
    M src/OFS/FindSupport.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/LockItem.py
    M src/OFS/Lockable.py
    M src/OFS/Moniker.py
    M src/OFS/ObjectManager.py
    M src/OFS/OrderSupport.py
    M src/OFS/OrderedFolder.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/Uninstalled.py
    M src/OFS/absoluteurl.py
    M src/OFS/bbb.py
    M src/OFS/event.py
    M src/OFS/interfaces.py
    M src/OFS/metaconfigure.py
    M src/OFS/metadirectives.py
    M src/OFS/misc_.py
    M src/OFS/owner.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testAppInitializer.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCache.py
    M src/OFS/tests/testChownRecursive.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testLockable.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testOrderSupport.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSorting.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_event.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/tests/test_registerclass.py
    M src/OFS/tests/test_registerpackage.py
    M src/OFS/tests/test_subscribers.py
    M src/OFS/tests/test_userfolder.py
    M src/OFS/userfolder.py
    M src/OFS/zpt/main.zpt
    M src/Testing/ZopeTestCase/__init__.py
    M tox.ini

  Log Message:
  -----------
  Enforce conventions (First in OFS) (#354)

* first step to enforce conventions

* add editorconfig

* for now ignore isort errors

* linting main.zpt

* fix decorator declaration



      **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