[circuits/circuits] 828774: docs: trim trailing whitespace

0 views
Skip to first unread message

Florian Best

unread,
Mar 27, 2024, 7:47:33 PM3/27/24
to circui...@googlegroups.com
Branch: refs/heads/pre-commit
Home: https://github.com/circuits/circuits
Commit: 8287743af22ef5db2fa513549c6a877c6ed67805
https://github.com/circuits/circuits/commit/8287743af22ef5db2fa513549c6a877c6ed67805
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M CONTRIBUTING.md
M Dockerfile
M README.md
M docs/source/_static/rtd.css
M docs/source/_static/tracsphinx.css
M docs/source/_themes/om/layout.html
M docs/source/_themes/om/static/djangodocs.css
M docs/source/api/index.rst
M docs/source/dev/environment.rst
M docs/source/dev/processes.rst
M docs/source/dev/standards.rst
M docs/source/man/components.rst
M docs/source/man/debugger.rst
M docs/source/man/events.rst
M docs/source/man/handlers.rst
M docs/source/man/manager.rst
M docs/source/man/misc/tools.rst
M docs/source/man/values.rst
M docs/source/start/downloading.rst
M docs/source/start/quick.rst
M docs/source/tutorials/telnet/index.rst
M docs/source/tutorials/telnet/index.rst.bak
M docs/source/tutorials/woof/index.rst
M docs/source/web/features.rst
M docs/source/web/gettingstarted.rst
M docs/source/web/howtos.rst
M docs/source/web/miscellaneous.rst
M examples/index.rst
M examples/testing/pytest/README.rst
M examples/web/ca-chain.pem
M examples/web/terminal/static/js/jquery.js
M examples/web/terminal/static/js/jquery.terminal.js
M examples/web/tpl/base.html
M examples/web/websocket.html
M tox.ini

Log Message:
-----------
docs: trim trailing whitespace


Commit: effe6385fa75a19d57febb4001a4a41e8e5c93b4
https://github.com/circuits/circuits/commit/effe6385fa75a19d57febb4001a4a41e8e5c93b4
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M docs/source/faq.rst

Log Message:
-----------
docs: fix RST syntax


Commit: a38eb936ae25289ee59f7f009764a72b7716a16e
https://github.com/circuits/circuits/commit/a38eb936ae25289ee59f7f009764a72b7716a16e
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/__init__.py
M circuits/app/__init__.py
M circuits/core/__init__.py
M circuits/core/bridge.py
M circuits/core/manager.py
M circuits/core/workers.py
M circuits/io/__init__.py
M circuits/io/file.py
M circuits/io/notify.py
M circuits/io/serial.py
M circuits/net/sockets.py
M circuits/node/__init__.py
M circuits/node/protocol.py
M circuits/node/utils.py
M circuits/protocols/irc/__init__.py
M circuits/protocols/irc/protocol.py
M circuits/protocols/irc/utils.py
M circuits/protocols/line.py
M circuits/protocols/stomp/__init__.py
M circuits/protocols/stomp/client.py
M circuits/protocols/stomp/events.py
M circuits/protocols/stomp/transport.py
M circuits/web/__init__.py
M circuits/web/_httpauth.py
M circuits/web/constants.py
M circuits/web/dispatchers/__init__.py
M circuits/web/dispatchers/static.py
M circuits/web/dispatchers/virtualhosts.py
M circuits/web/dispatchers/xmlrpc.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/main.py
M circuits/web/parsers/__init__.py
M circuits/web/parsers/http.py
M circuits/web/tools.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/__init__.py
M circuits/web/wrappers.py
M examples/chatserver.py
M examples/circ.py
M examples/ircclient.py
M examples/ircd.py
M examples/node/increment/client.py
M examples/node/increment/client_auto_binding.py
M examples/node/increment/server.py
M examples/node/nodeserver.py
M examples/node/send_all_client/client.py
M examples/node/send_all_client/server.py
M examples/portforward.py
M examples/stompclient.py
M examples/telnet.py
M examples/web/makotemplates.py
M examples/web/terminal/terminal.py
M examples/web/wiki/macros/html.py
M examples/web/wiki/wiki.py
M fabfile/__init__.py
M fabfile/docker.py
M fabfile/docs.py
M setup.cfg
M tests/app/app.py
M tests/app/test_daemon.py
M tests/conftest.py
M tests/core/signalapp.py
M tests/core/test_bridge.py
M tests/core/test_coroutine.py
M tests/core/test_worker_thread.py
M tests/io/test_file.py
M tests/io/test_notify.py
M tests/io/test_process.py
M tests/net/test_pipe.py
M tests/net/test_socket_options.py
M tests/net/test_tcp.py
M tests/net/test_unix.py
M tests/node/test_node.py
M tests/node/test_protocol.py
M tests/node/test_server.py
M tests/web/conftest.py
M tests/web/helpers.py
M tests/web/jsonrpclib.py
M tests/web/test_digestauth.py
M tests/web/test_dispatcher3.py
M tests/web/test_servers.py
M tests/web/test_utils.py
M tests/web/test_wsgi_application.py
M tests/web/websocket.py

Log Message:
-----------
style(isort): add compatiblity with isort 5

https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html


Commit: ce2a7e5c82ce6510030347d23afdd81846bf34e4
https://github.com/circuits/circuits/commit/ce2a7e5c82ce6510030347d23afdd81846bf34e4
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/net/sockets.py
M circuits/protocols/http.py
M circuits/protocols/stomp/client.py
M circuits/tools/__init__.py
M circuits/web/dispatchers/dispatcher.py
M circuits/web/http.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wsgi.py
M docs/source/conf.py
M docs/source/examples/echoserver.py
M docs/source/examples/hello.py
M docs/source/examples/helloweb.py
M docs/source/tutorials/woof/001.py
M docs/source/tutorials/woof/002.py
M docs/source/tutorials/woof/003.py
M docs/source/tutorials/woof/004.py
M docs/source/tutorials/woof/005.py
M docs/source/tutorials/woof/006.py
M docs/source/tutorials/woof/007.py
M docs/source/tutorials/woof/008.py
M docs/source/tutorials/woof/009.py
M examples/async_worker_webpage_download.py
M examples/circ.py
M examples/factorial_multiple.py
M examples/telnet.py
M examples/testing/pytest/conftest.py
M tests/conftest.py
M tests/core/test_bridge.py
M tests/core/test_errors.py
M tests/core/test_feedback.py
M tests/net/test_tcp.py
M tests/node/test_node.py
M tests/web/jsonrpclib.py
M tests/web/test_http.py
M tests/web/test_large_post.py

Log Message:
-----------
style: apply fixes for ruff and flake8 linter


Commit: 4fdb00cc6179b854d797dbb56291c368521790c9
https://github.com/circuits/circuits/commit/4fdb00cc6179b854d797dbb56291c368521790c9
Author: SpaceOne <sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)

Changed paths:
A .github/workflows/pre-commit.yml
M .github/workflows/python-app.yml
A .pre-commit-config.yaml
M circuits/web/url.py
A pyproject.toml
M setup.cfg

Log Message:
-----------
ci(pre-commit): add initial pre-commit config


Compare: https://github.com/circuits/circuits/compare/8287743af22e%5E...4fdb00cc6179

To unsubscribe from these emails, change your notification settings at https://github.com/circuits/circuits/settings/notifications
Reply all
Reply to author
Forward
0 new messages