Branch: refs/heads/master
Home:
https://github.com/circuits/circuits
Commit: dffc97e7eca068a66896fd54f621cded8f1ac0ad
https://github.com/circuits/circuits/commit/dffc97e7eca068a66896fd54f621cded8f1ac0ad
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/manager.py
Log Message:
-----------
style: fix RUF023
Commit: 8bffa0d56b8fdba0946b7a52c9505c297d18095a
https://github.com/circuits/circuits/commit/8bffa0d56b8fdba0946b7a52c9505c297d18095a
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/pollers.py
M circuits/web/_httpauth.py
M circuits/web/exceptions.py
Log Message:
-----------
style: fix RUF022
Commit: 43a47a34d459c70c8b4777b2ec88d1ac2744ca1b
https://github.com/circuits/circuits/commit/43a47a34d459c70c8b4777b2ec88d1ac2744ca1b
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/protocols/websocket.py
M circuits/web/tools.py
M tests/web/websocket.py
Log Message:
-----------
style: fix RUF021
Commit: a834a5b8799bbd9096dcd608a2a6bcdfbf80c1c9
https://github.com/circuits/circuits/commit/a834a5b8799bbd9096dcd608a2a6bcdfbf80c1c9
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/events.py
M circuits/core/handlers.py
M circuits/protocols/stomp/transport.py
M examples/dnsclient.py
M examples/dnsserver.py
M examples/factorial_multiple.py
M examples/ircd.py
M examples/web/crud.py
M fabfile/utils.py
M tests/io/test_process.py
M tests/web/test_core.py
M tests/web/test_large_post.py
Log Message:
-----------
style: fix RUF010
Commit: 0194cd39477585af48ea9bed92b5597aa1de15a3
https://github.com/circuits/circuits/commit/0194cd39477585af48ea9bed92b5597aa1de15a3
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M tests/web/websocket.py
Log Message:
-----------
style: fix TRY400
Commit: 38743473396825654a85f4f2f732068b8915db7b
https://github.com/circuits/circuits/commit/38743473396825654a85f4f2f732068b8915db7b
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/web/sessions.py
Log Message:
-----------
style: fix FURB180
Commit: 6b56354792cedaa7f22725a81c23e22bb8cb846a
https://github.com/circuits/circuits/commit/6b56354792cedaa7f22725a81c23e22bb8cb846a
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M tests/web/multipartform.py
Log Message:
-----------
style: fix UP018
Commit: 3d4e6736335156b6331a98abe7402d35ca2e79c5
https://github.com/circuits/circuits/commit/3d4e6736335156b6331a98abe7402d35ca2e79c5
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/pollers.py
Log Message:
-----------
style: fix UP024
Commit: e9f0c741ed5ec09993d7e29fe1324b5cc80b27ec
https://github.com/circuits/circuits/commit/e9f0c741ed5ec09993d7e29fe1324b5cc80b27ec
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/protocols/irc/replies.py
M circuits/web/servers.py
M circuits/web/wrappers.py
M examples/circ.py
M examples/dnsclient.py
M examples/pingpong.py
M examples/web/forms.py
M tests/web/test_websockets.py
Log Message:
-----------
style: fix UP032
Commit: 82553ae0cfda9921128640c91b997816cba2d359
https://github.com/circuits/circuits/commit/82553ae0cfda9921128640c91b997816cba2d359
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M bin/circuits.bench
M bin/htpasswd
M circuits/core/components.py
M circuits/core/debugger.py
M circuits/core/events.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/values.py
M circuits/core/workers.py
M circuits/net/events.py
M circuits/protocols/line.py
M circuits/protocols/stomp/client.py
M circuits/protocols/stomp/events.py
M circuits/web/client.py
M circuits/web/headers.py
M circuits/web/parsers/http.py
M circuits/web/servers.py
M circuits/web/wrappers.py
M examples/portforward.py
M pyproject.toml
M tests/core/test_value.py
M tests/web/jsonrpclib.py
M tests/web/websocket.py
Log Message:
-----------
style: fix D
Commit: 80ba7a6a67ee42ff95a39f412d1dc2c80a43cdec
https://github.com/circuits/circuits/commit/80ba7a6a67ee42ff95a39f412d1dc2c80a43cdec
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M pyproject.toml
Log Message:
-----------
ci(pre-commit): enable "W" rules
Commit: 6be3e1c3d26f9161612df2210c7fce71e4688edb
https://github.com/circuits/circuits/commit/6be3e1c3d26f9161612df2210c7fce71e4688edb
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/tools/__init__.py
M circuits/web/wrappers.py
Log Message:
-----------
style: fix PERF
Commit: 7aaf188ac430f3b84400f8cd54e59939566a9119
https://github.com/circuits/circuits/commit/7aaf188ac430f3b84400f8cd54e59939566a9119
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/values.py
M circuits/web/client.py
M circuits/web/utils.py
M circuits/web/websockets/client.py
Log Message:
-----------
style: fix C901
Commit: 002a7dd6aa7c7e822de181cc9759d96ff43c0f0f
https://github.com/circuits/circuits/commit/002a7dd6aa7c7e822de181cc9759d96ff43c0f0f
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/manager.py
M circuits/net/sockets.py
M circuits/protocols/http.py
M pyproject.toml
M tests/net/test_tcp.py
M tests/web/test_static.py
Log Message:
-----------
style: fix TD
Commit: b16c13b08c8b173c042f9e6379049726a8454e98
https://github.com/circuits/circuits/commit/b16c13b08c8b173c042f9e6379049726a8454e98
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/web/parsers/http.py
Log Message:
-----------
style: fix TID
Commit: b5f4bd76260295ad2912ea95faed3bd9bd3db639
https://github.com/circuits/circuits/commit/b5f4bd76260295ad2912ea95faed3bd9bd3db639
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/web/wsgi.py
Log Message:
-----------
style: fix SLOT
Commit: 64a9935a365da9ff1c2344bca1885d14206afe8c
https://github.com/circuits/circuits/commit/64a9935a365da9ff1c2344bca1885d14206afe8c
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/debugger.py
M circuits/core/helpers.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/values.py
M circuits/io/file.py
M circuits/io/serial.py
M circuits/net/sockets.py
M circuits/node/node.py
M circuits/node/server.py
M circuits/protocols/stomp/client.py
M circuits/tools/__init__.py
M circuits/web/dispatchers/static.py
M circuits/web/errors.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/parsers/http.py
M circuits/web/parsers/querystring.py
M circuits/web/processors.py
M circuits/web/servers.py
M circuits/web/url.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M examples/circ.py
M examples/ircclient.py
M examples/web/wiki/macros/html.py
M tests/net/test_tcp.py
M tests/web/jsonrpclib.py
M tests/web/websocket.py
Log Message:
-----------
style: fix SIM
Commit: 5fe20239bac765ca7edb44bb64d702d052eae585
https://github.com/circuits/circuits/commit/5fe20239bac765ca7edb44bb64d702d052eae585
Author: SpaceOne <
sp...@wechall.net>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M circuits/core/events.py
M circuits/core/loader.py
M circuits/core/manager.py
M circuits/core/pollers.py
M circuits/core/utils.py
M circuits/core/values.py
M circuits/io/file.py
M circuits/io/process.py
M circuits/net/sockets.py
M circuits/net/utils.py
M circuits/node/server.py
M circuits/protocols/irc/utils.py
M circuits/protocols/stomp/client.py
M circuits/protocols/websocket.py
M circuits/tools/__init__.py
M circuits/web/_httpauth.py
M circuits/web/client.py
M circuits/web/controllers.py
M circuits/web/dispatchers/dispatcher.py
M circuits/web/dispatchers/static.py
M circuits/web/headers.py
M circuits/web/http.py
M circuits/web/main.py
M circuits/web/parsers/http.py
M circuits/web/servers.py
M circuits/web/tools.py
M circuits/web/url.py
M circuits/web/utils.py
M circuits/web/websockets/dispatcher.py
M circuits/web/wrappers.py
M circuits/web/wsgi.py
M examples/circ.py
M examples/ircd.py
M examples/testing/pytest/conftest.py
M examples/web/acldemo.py
M examples/web/authdemo.py
M examples/web/fileupload.py
M examples/web/shadowauth.py
M examples/web/wiki/macros/include.py
M fabfile/utils.py
M tests/conftest.py
M tests/net/test_unix.py
M tests/web/jsonrpclib.py
M tests/web/test_cookies.py
M tests/web/test_servers.py
M tests/web/test_vpath_args.py
M tests/web/websocket.py
Log Message:
-----------
style: fix RET
Compare:
https://github.com/circuits/circuits/compare/b7a12300065b...5fe20239bac7
To unsubscribe from these emails, change your notification settings at
https://github.com/circuits/circuits/settings/notifications