Skip to content

Commit 8e24809

Browse files
committed
linting passes locally
1 parent 65e269c commit 8e24809

File tree

4 files changed

+64
-70
lines changed

4 files changed

+64
-70
lines changed

pyee/trio.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ async def context(
111111
raise PyeeException("Uninitialized nursery or nursery manager")
112112

113113
async def __aenter__(self) -> "TrioEventEmitter":
114-
self._context: Optional[
115-
AbstractAsyncContextManager["TrioEventEmitter"]
116-
] = self.context()
114+
self._context: Optional[AbstractAsyncContextManager["TrioEventEmitter"]] = (
115+
self.context()
116+
)
117117
return await self._context.__aenter__()
118118

119119
async def __aexit__(

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt pyproject.toml
66
#
7-
typing-extensions==4.8.0
7+
typing-extensions==4.9.0
88
# via pyee (pyproject.toml)

requirements_dev.txt

+58-64
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --extra=dev --output-file=requirements_dev.txt pyproject.toml
66
#
7-
alabaster==0.7.13
7+
alabaster==0.7.16
88
# via sphinx
9+
appnope==0.1.4
10+
# via ipykernel
911
asttokens==2.4.1
1012
# via stack-data
1113
async-generator==1.10
1214
# via trio-typing
13-
attrs==23.1.0
15+
attrs==23.2.0
1416
# via
1517
# automat
1618
# outcome
1719
# trio
1820
# twisted
1921
automat==22.10.0
2022
# via twisted
21-
babel==2.13.1
23+
babel==2.14.0
2224
# via sphinx
2325
black==24.3.0
2426
# via
2527
# flake8-black
2628
# pyee (pyproject.toml)
2729
bracex==2.4
2830
# via wcmatch
31+
build==1.0.3
32+
# via pyee (pyproject.toml)
2933
cachetools==5.3.2
3034
# via tox
3135
certifi==2024.7.4
3236
# via requests
33-
cffi==1.16.0
34-
# via cryptography
3537
chardet==5.2.0
3638
# via tox
3739
charset-normalizer==3.3.2
@@ -45,7 +47,7 @@ colorama==0.4.6
4547
# via
4648
# griffe
4749
# tox
48-
comm==0.2.0
50+
comm==0.2.1
4951
# via ipykernel
5052
constantly==23.10.4
5153
# via twisted
@@ -55,29 +57,29 @@ debugpy==1.8.0
5557
# via ipykernel
5658
decorator==5.1.1
5759
# via ipython
58-
distlib==0.3.7
60+
distlib==0.3.8
5961
# via virtualenv
6062
docutils==0.20.1
6163
# via
6264
# readme-renderer
6365
# sphinx
6466
executing==2.0.1
6567
# via stack-data
66-
fastjsonschema==2.19.0
68+
fastjsonschema==2.19.1
6769
# via validate-pyproject
6870
filelock==3.13.1
6971
# via
7072
# tox
7173
# virtualenv
72-
flake8==6.1.0
74+
flake8==7.0.0
7375
# via
7476
# flake8-black
7577
# pyee (pyproject.toml)
7678
flake8-black==0.3.6
7779
# via pyee (pyproject.toml)
7880
ghp-import==2.1.0
7981
# via mkdocs
80-
griffe==0.38.0
82+
griffe==0.40.1
8183
# via mkdocstrings-python
8284
hyperlink==21.0.0
8385
# via twisted
@@ -88,24 +90,23 @@ idna==3.7
8890
# trio
8991
imagesize==1.4.1
9092
# via sphinx
91-
importlib-metadata==6.8.0
93+
importlib-metadata==7.0.1
9294
# via
93-
# keyring
9495
# trio-typing
9596
# twine
9697
incremental==22.10.0
9798
# via twisted
9899
iniconfig==2.0.0
99100
# via pytest
100-
ipykernel==6.27.0
101+
ipykernel==6.29.2
101102
# via jupyter-console
102-
ipython==8.17.2
103+
ipython==8.22.1
103104
# via
104105
# ipykernel
105106
# jupyter-console
106-
isort==5.12.0
107+
isort==5.13.2
107108
# via pyee (pyproject.toml)
108-
jaraco-classes==3.3.0
109+
jaraco-classes==3.3.1
109110
# via keyring
110111
jedi==0.19.1
111112
# via ipython
@@ -124,22 +125,22 @@ jupyter-client==8.6.0
124125
# jupyter-console
125126
jupyter-console==6.6.3
126127
# via pyee (pyproject.toml)
127-
jupyter-core==5.5.0
128+
jupyter-core==5.7.1
128129
# via
129130
# ipykernel
130131
# jupyter-client
131132
# jupyter-console
132133
keyring==24.3.0
133134
# via twine
134-
markdown==3.5.1
135+
markdown==3.5.2
135136
# via
136137
# mkdocs
137138
# mkdocs-autorefs
138139
# mkdocstrings
139140
# pymdown-extensions
140141
markdown-it-py==3.0.0
141142
# via rich
142-
markupsafe==2.1.3
143+
markupsafe==2.1.5
143144
# via
144145
# jinja2
145146
# mkdocs
@@ -168,17 +169,17 @@ mkdocstrings[python]==0.24.0
168169
# via
169170
# mkdocstrings-python
170171
# pyee (pyproject.toml)
171-
mkdocstrings-python==1.7.5
172+
mkdocstrings-python==1.8.0
172173
# via mkdocstrings
173-
more-itertools==10.1.0
174+
more-itertools==10.2.0
174175
# via jaraco-classes
175176
mypy-extensions==1.0.0
176177
# via
177178
# black
178179
# trio-typing
179-
nest-asyncio==1.5.8
180+
nest-asyncio==1.6.0
180181
# via ipykernel
181-
nh3==0.2.14
182+
nh3==0.2.15
182183
# via readme-renderer
183184
outcome==1.3.0.post0
184185
# via
@@ -187,6 +188,7 @@ outcome==1.3.0.post0
187188
packaging==23.2
188189
# via
189190
# black
191+
# build
190192
# ipykernel
191193
# mkdocs
192194
# pyproject-api
@@ -197,41 +199,39 @@ packaging==23.2
197199
# validate-pyproject
198200
parso==0.8.3
199201
# via jedi
200-
pathspec==0.11.2
202+
pathspec==0.12.1
201203
# via
202204
# black
203205
# mkdocs
204-
pexpect==4.8.0
206+
pexpect==4.9.0
205207
# via ipython
206208
pkginfo==1.9.6
207209
# via twine
208-
platformdirs==4.0.0
210+
platformdirs==4.2.0
209211
# via
210212
# black
211213
# jupyter-core
212214
# mkdocs
213215
# mkdocstrings
214216
# tox
215217
# virtualenv
216-
pluggy==1.3.0
218+
pluggy==1.4.0
217219
# via
218220
# pytest
219221
# tox
220-
prompt-toolkit==3.0.41
222+
prompt-toolkit==3.0.43
221223
# via
222224
# ipython
223225
# jupyter-console
224-
psutil==5.9.6
226+
psutil==5.9.8
225227
# via ipykernel
226228
ptyprocess==0.7.0
227229
# via pexpect
228230
pure-eval==0.2.2
229231
# via stack-data
230232
pycodestyle==2.11.1
231233
# via flake8
232-
pycparser==2.21
233-
# via cffi
234-
pyflakes==3.1.0
234+
pyflakes==3.2.0
235235
# via flake8
236236
pygments==2.17.2
237237
# via
@@ -240,16 +240,18 @@ pygments==2.17.2
240240
# readme-renderer
241241
# rich
242242
# sphinx
243-
pymdown-extensions==10.4
243+
pymdown-extensions==10.7
244244
# via mkdocstrings
245245
pyproject-api==1.6.1
246246
# via tox
247-
pytest==7.4.3
247+
pyproject-hooks==1.0.0
248+
# via build
249+
pytest==8.0.1
248250
# via
249251
# pyee (pyproject.toml)
250252
# pytest-asyncio
251253
# pytest-trio
252-
pytest-asyncio==0.21.1 ; python_version >= "3.4"
254+
pytest-asyncio==0.23.5 ; python_version >= "3.4"
253255
# via pyee (pyproject.toml)
254256
pytest-trio==0.8.0 ; python_version >= "3.7"
255257
# via pyee (pyproject.toml)
@@ -264,7 +266,7 @@ pyyaml==6.0.1
264266
# pyyaml-env-tag
265267
pyyaml-env-tag==0.1
266268
# via mkdocs
267-
pyzmq==25.1.1
269+
pyzmq==25.1.2
268270
# via
269271
# ipykernel
270272
# jupyter-client
@@ -282,8 +284,6 @@ rfc3986==2.0.0
282284
# via twine
283285
rich==13.7.0
284286
# via twine
285-
secretstorage==3.3.3
286-
# via keyring
287287
six==1.16.0
288288
# via
289289
# asttokens
@@ -296,24 +296,18 @@ snowballstemmer==2.2.0
296296
sortedcontainers==2.4.0
297297
# via trio
298298
sphinx==7.2.6
299-
# via
300-
# pyee (pyproject.toml)
301-
# sphinxcontrib-applehelp
302-
# sphinxcontrib-devhelp
303-
# sphinxcontrib-htmlhelp
304-
# sphinxcontrib-qthelp
305-
# sphinxcontrib-serializinghtml
306-
sphinxcontrib-applehelp==1.0.7
299+
# via pyee (pyproject.toml)
300+
sphinxcontrib-applehelp==1.0.8
307301
# via sphinx
308-
sphinxcontrib-devhelp==1.0.5
302+
sphinxcontrib-devhelp==1.0.6
309303
# via sphinx
310-
sphinxcontrib-htmlhelp==2.0.4
304+
sphinxcontrib-htmlhelp==2.0.5
311305
# via sphinx
312306
sphinxcontrib-jsmath==1.0.1
313307
# via sphinx
314-
sphinxcontrib-qthelp==1.0.6
308+
sphinxcontrib-qthelp==1.0.7
315309
# via sphinx
316-
sphinxcontrib-serializinghtml==1.1.9
310+
sphinxcontrib-serializinghtml==1.1.10
317311
# via sphinx
318312
stack-data==0.6.3
319313
# via ipython
@@ -323,9 +317,9 @@ tornado==6.4.1
323317
# via
324318
# ipykernel
325319
# jupyter-client
326-
tox==4.11.3
320+
tox==4.13.0
327321
# via pyee (pyproject.toml)
328-
traitlets==5.13.0
322+
traitlets==5.14.1
329323
# via
330324
# comm
331325
# ipykernel
@@ -334,20 +328,20 @@ traitlets==5.13.0
334328
# jupyter-console
335329
# jupyter-core
336330
# matplotlib-inline
337-
trio==0.23.1 ; python_version > "3.6"
331+
trio==0.24.0 ; python_version > "3.6"
338332
# via
339333
# pyee (pyproject.toml)
340334
# pytest-trio
341335
# trio-typing
342-
trio-typing==0.9.0 ; python_version > "3.6"
336+
trio-typing==0.10.0 ; python_version > "3.6"
343337
# via pyee (pyproject.toml)
344-
trove-classifiers==2023.11.22
338+
trove-classifiers==2024.2.22
345339
# via validate-pyproject
346-
twine==4.0.2
340+
twine==5.0.0
347341
# via pyee (pyproject.toml)
348342
twisted==23.10.0
349343
# via pyee (pyproject.toml)
350-
typing-extensions==4.8.0
344+
typing-extensions==4.9.0
351345
# via
352346
# pyee (pyproject.toml)
353347
# trio-typing
@@ -356,19 +350,19 @@ urllib3==2.2.2
356350
# via
357351
# requests
358352
# twine
359-
validate-pyproject[all]==0.15
353+
validate-pyproject[all]==0.16
360354
# via pyee (pyproject.toml)
361-
virtualenv==20.24.7
355+
virtualenv==20.25.1
362356
# via tox
363-
watchdog==3.0.0
357+
watchdog==4.0.0
364358
# via mkdocs
365-
wcmatch==8.5
359+
wcmatch==8.5.1
366360
# via mkdocs-include-markdown-plugin
367-
wcwidth==0.2.12
361+
wcwidth==0.2.13
368362
# via prompt-toolkit
369363
zipp==3.19.1
370364
# via importlib-metadata
371-
zope-interface==6.1
365+
zope-interface==6.2
372366
# via twisted
373367

374368
# The following packages are considered to be unsafe in a requirements file:

tests/test_uplift.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def shared_uplifted_handler():
9292
call("shared event on uplifted emitter"),
9393
call("uplifted event on uplifted emitter"),
9494
call("base event on base emitter"),
95-
call("shared event on base emitter")
95+
call("shared event on base emitter"),
9696
# No listener for uplifted event on uplifted
9797
]
9898
)

0 commit comments

Comments
 (0)