Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#9)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
- [github.com/csachs/pyproject-flake8: v0.0.1a3 → v0.0.1a4](csachs/pyproject-flake8@v0.0.1a3...v0.0.1a4)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 12, 2022
1 parent 2d56b07 commit a9e3138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# * Run "pre-commit install".
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [ "--py37-plus", "--keep-runtime-typing" ]
Expand All @@ -33,7 +33,7 @@ repos:
- id: isort

- repo: https://github.com/csachs/pyproject-flake8
rev: v0.0.1a3
rev: v0.0.1a4
hooks:
- id: pyproject-flake8

Expand Down
1 change: 1 addition & 0 deletions tests/test_aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async def test_aiohttp(unused_tcp_port: int):

from aiohttp.web_app import Application
from aiohttp.web_routedef import RouteTableDef

from asphalt.web.aiohttp import AIOHTTPComponent

routes = RouteTableDef()
Expand Down

0 comments on commit a9e3138

Please sign in to comment.