Skip to content

Commit 6ab31fd

Browse files
tests also block stuff
1 parent ede6465 commit 6ab31fd

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/_test_futures_private.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
github.com:443
5757
objects.githubusercontent.com:443
5858
pypi.org:443
59+
raw.githubusercontent.com:443
5960
release-assets.githubusercontent.com:443
6061
6162
- name: Checkout repository

.github/workflows/_test_futures_public.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
futures.kraken.com:443
4242
github.com:443
4343
objects.githubusercontent.com:443
44+
raw.githubusercontent.com:443
4445
release-assets.githubusercontent.com:443
4546
pypi.org:443
4647

.github/workflows/_test_spot_private.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
github.com:443
5757
objects.githubusercontent.com:443
5858
pypi.org:443
59+
raw.githubusercontent.com:443
5960
release-assets.githubusercontent.com:443
6061
ws-auth.kraken.com:443
6162
ws.kraken.com:443

.github/workflows/_test_spot_public.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
github.com:443
4343
objects.githubusercontent.com:443
4444
pypi.org:443
45+
raw.githubusercontent.com:443
4546
release-assets.githubusercontent.com:443
4647
ws.kraken.com:443
4748

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ ignore = [
263263
"E203", # Whitespace before ':' # false positive on list slices
264264
"PLR6301", # Method `…` could be a function or static method # false positive for no-self-use
265265
"RUF022", # `__all__` is not sorted
266-
"RUF067", # __init__ doing more than docs and re-exports
266+
"RUF067", # __init__ doing more than docs and re-exports
267267
]
268268

269269
task-tags = ["todo", "TODO", "fixme", "FIXME"]

0 commit comments

Comments
 (0)