Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Mar 19, 2024
1 parent 406cb3c commit 2877ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [ --py310-plus ]
- repo: https://github.com/psf/black
rev: 24.1.0
rev: 24.3.0
hooks:
- id: black
args: [ "--target-version", "py310" ]
Expand Down
2 changes: 1 addition & 1 deletion asgi_webdav/dev/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# "enable_dir_browser": False,
"logging": {
"level": "DEBUG", # for debug
}
},
# "sentry_dsn": "http://[email protected]:5000/1",
}

Expand Down
2 changes: 0 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ pytest-asyncio
pytest-cov
icecream
requests

coveralls

0 comments on commit 2877ff9

Please sign in to comment.