Commit Graph

9 Commits

Author SHA1 Message Date
Jamie Hewland b95acea973
Update CI scripts to match httpcore (#1043)
* Update CI scripts to match httpcore

* Run test suite on pushes to master

* Update scripts README

* Don't bother with flake8 extensions for now

* Remove unnecessary PYTHONPATH from build, publish

* test_routing: Use a stub app instead of ellipsis

* Add link to issue about type-checking tests
2020-09-06 12:08:07 +02:00
Jamie Hewland 436771aba5
Use isort v5 (#999) 2020-07-15 19:25:59 +02:00
Jose Eduardo 2544762512 Apply linting to setup.py (#403) 2019-02-19 11:30:33 +00:00
Tom Christie 06adecd6ed
Lifespan route instance (#401)
* Add Mount(routes=...)
* Lifespan as a standard routing component
* Linting
2019-02-19 10:55:45 +00:00
Tom Christie e3543aa08e
Add `routes` argument to Mount (#400)
* Add Mount(routes=...)

* Tweaks
2019-02-18 18:28:31 +00:00
Tom Christie 6cd0b2b787
Remove unused imports, with 'autoflake' (#313) 2019-01-10 14:35:32 +00:00
Tom Christie bcf876c686
Use isort for consistent import ordering (#156) 2018-10-29 14:46:42 +00:00
Tom Christie 060f0593bc
Push black linting into ./scripts/test (#96)
* Push black linting into ./scripts/test Fix some annotations etc.

* Skip black on 3.7

* Fix script

* Blergh. Shell equality tests are weird

* Attempt to fix equality check
2018-10-09 12:27:27 +01:00
Tom Christie 5a9fe3f048 Initial commit 2018-06-25 14:15:32 +01:00