Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
chore: update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 4, 2024
1 parent 3bd258b commit 8c5bb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ repos:
- tomli<3
- types-aiofiles
- typing-extensions<5
- uvloop<0.20; implementation_name == "cpython" and (sys_platform == "darwin" or sys_platform == "linux")
- winloop<0.1.5; implementation_name == "cpython" and (sys_platform == "cygwin" or sys_platform == "win32")
- uvloop<0.21; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux')
- winloop<0.1.7; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')

0 comments on commit 8c5bb3e

Please sign in to comment.