daphne/daphne
Adam Johnson 0cb82000b5 Lint with pre-commit
* Move existing tox qa hooks into pre-commit.
* Set up GitHub Action based on https://github.com/pre-commit/action/ (we could also use https://pre-commit.ci ).
* Add `pyupgrade` to drop old Python syntax.
* Add `flake8-bugbear` plugin to prevent flake8 errors.
2021-04-06 18:17:34 +01:00
..
twisted/plugins Lint with pre-commit 2021-04-06 18:17:34 +01:00
__init__.py Bumped version and change notes for 3.0.1 release. 2020-11-12 20:34:13 +01:00
__main__.py Added support for executing from interpreter. 2020-10-16 08:16:34 +02:00
access.py Lint with pre-commit 2021-04-06 18:17:34 +01:00
cli.py Lint with pre-commit 2021-04-06 18:17:34 +01:00
endpoints.py Fix deprecated regex escape sequence. (#266) 2019-06-17 10:21:24 +02:00
http_protocol.py Added request body chunking (#335) 2020-10-21 16:38:03 +02:00
server.py Lint with pre-commit 2021-04-06 18:17:34 +01:00
testing.py Handle asyncio.CancelledError in Server.application_checker (#341) 2020-11-11 16:12:33 +01:00
utils.py Implement Black code formatting 2018-08-27 12:29:57 +10:00
ws_protocol.py Lint with pre-commit 2021-04-06 18:17:34 +01:00